mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Sync with sys/i386/conf/files.i386, majors.i386 and options.i386
revisions 1.181, 1.23 and 1.64, respectively.
This commit is contained in:
parent
f635d16a3e
commit
fede2ad755
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31663
@ -3,7 +3,7 @@
|
||||
#
|
||||
# modified for PC-9801
|
||||
#
|
||||
# $Id: files.pc98,v 1.42 1997/11/27 10:14:54 kato Exp $
|
||||
# $Id: files.pc98,v 1.43 1997/12/02 08:20:34 kato Exp $
|
||||
#
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
@ -98,6 +98,7 @@ i386/isa/bs/bshw.c optional bs device-driver
|
||||
i386/isa/bs/bsif.c optional bs device-driver
|
||||
i386/isa/aha1542.c optional aha device-driver
|
||||
i386/isa/aic6360.c optional aic device-driver
|
||||
i386/isa/alog.c optional alog device-driver
|
||||
i386/isa/b004.c optional bqu device-driver
|
||||
i386/isa/bt742a.c optional bt device-driver
|
||||
i386/isa/bt5xx-445.c optional bt device-driver
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options.pc98,v 1.42 1997/10/18 14:19:57 kato Exp $
|
||||
# $Id: options.pc98,v 1.43 1997/12/05 11:51:29 kato Exp $
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
USER_LDT
|
||||
MATH_EMULATE opt_math_emulate.h
|
||||
@ -75,9 +75,6 @@ SLOW_VGA opt_syscons.h
|
||||
STD8X16FONT opt_syscons.h
|
||||
SC_HISTORY_SIZE opt_syscons.h
|
||||
|
||||
PSM_ACCEL opt_psm.h
|
||||
PSM_EMULATION opt_psm.h
|
||||
PSM_CHECKSYNC opt_psm.h
|
||||
PSM_HOOKAPM opt_psm.h
|
||||
PSM_RESETAFTERSUSPEND opt_psm.h
|
||||
PSM_DEBUG opt_psm.h
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
# modified for PC-9801
|
||||
#
|
||||
# $Id: files.pc98,v 1.42 1997/11/27 10:14:54 kato Exp $
|
||||
# $Id: files.pc98,v 1.43 1997/12/02 08:20:34 kato Exp $
|
||||
#
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
@ -98,6 +98,7 @@ i386/isa/bs/bshw.c optional bs device-driver
|
||||
i386/isa/bs/bsif.c optional bs device-driver
|
||||
i386/isa/aha1542.c optional aha device-driver
|
||||
i386/isa/aic6360.c optional aic device-driver
|
||||
i386/isa/alog.c optional alog device-driver
|
||||
i386/isa/b004.c optional bqu device-driver
|
||||
i386/isa/bt742a.c optional bt device-driver
|
||||
i386/isa/bt5xx-445.c optional bt device-driver
|
||||
|
@ -1,4 +1,4 @@
|
||||
$Id: majors.pc98,v 1.16 1997/11/10 13:46:38 kato Exp $
|
||||
$Id: majors.pc98,v 1.17 1997/11/19 11:34:22 kato Exp $
|
||||
|
||||
Hopefully, this list will one day be obsoleted by DEVFS, but for now
|
||||
this is the current allocation of device major numbers.
|
||||
@ -124,3 +124,4 @@ chrdev name comments
|
||||
83 can CAN16-2 CAN-PC Interface
|
||||
84 ttxt Unitext teletext decoder (arg@arg1.demon.co.uk)
|
||||
85 vesa VESA support device (j_mini@efn.org)
|
||||
86 alog Industrial Computer Source AIO8-P driver
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options.pc98,v 1.42 1997/10/18 14:19:57 kato Exp $
|
||||
# $Id: options.pc98,v 1.43 1997/12/05 11:51:29 kato Exp $
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
USER_LDT
|
||||
MATH_EMULATE opt_math_emulate.h
|
||||
@ -75,9 +75,6 @@ SLOW_VGA opt_syscons.h
|
||||
STD8X16FONT opt_syscons.h
|
||||
SC_HISTORY_SIZE opt_syscons.h
|
||||
|
||||
PSM_ACCEL opt_psm.h
|
||||
PSM_EMULATION opt_psm.h
|
||||
PSM_CHECKSYNC opt_psm.h
|
||||
PSM_HOOKAPM opt_psm.h
|
||||
PSM_RESETAFTERSUSPEND opt_psm.h
|
||||
PSM_DEBUG opt_psm.h
|
||||
|
Loading…
Reference in New Issue
Block a user