Sync with sys/i386/confi/files.i386, majors.i386 and options.i386

revisions 1.187, 1.25 and 1.68, respectively.
This commit is contained in:
KATO Takenori 1998-01-26 09:17:43 +00:00
parent 16094866e7
commit 15ebf6c973
5 changed files with 30 additions and 5 deletions

View File

@ -3,7 +3,7 @@
#
# modified for PC-9801
#
# $Id: files.pc98,v 1.48 1998/01/15 15:09:00 kato Exp $
# $Id: files.pc98,v 1.49 1998/01/18 15:09:34 kato Exp $
#
#
# The long compile-with and dependency lines are required because of
@ -323,3 +323,6 @@ gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate
gnu/i386/isa/dgb.c optional dgb device-driver
gnu/i386/isa/sound/awe_wave.c optional awe device-driver
pci/ide_pci.c optional wd device-driver
dev/dpt/dpt_control.c optional dpt device-driver
dev/dpt/dpt_scsi.c optional dpt device-driver
pci/dpt_pci.c optional dpt device-driver

View File

@ -1,4 +1,4 @@
# $Id: options.pc98,v 1.46 1997/12/29 16:17:59 kato Exp $
# $Id: options.pc98,v 1.47 1998/01/25 09:45:38 kato Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
MATH_EMULATE opt_math_emulate.h
@ -113,3 +113,12 @@ PCVT_SCANSET opt_pcvt.h
PCVT_SCREENSAVER opt_pcvt.h
PCVT_USEKBDSEC opt_pcvt.h
PCVT_VT220KEYB opt_pcvt.h
DPT_VERIFY_HINTR opt_dpt.h
DPT_USE_SINTR opt_dpt.h
DPT_RESTRICTED_FREELIST opt_dpt.h
DPT_MEASURE_PERFORMANCE opt_dpt.h
DPT_FREELIST_IS_STACK opt_dpt.h
DPT_HANDLE_TIMEOUTS opt_dpt.h
DPT_TIMEOUT_FACTOR opt_dpt.h
DPT_INTR_DELAY opt_dpt.h
DPT_LOST_IRQ opt_dpt.h

View File

@ -3,7 +3,7 @@
#
# modified for PC-9801
#
# $Id: files.pc98,v 1.48 1998/01/15 15:09:00 kato Exp $
# $Id: files.pc98,v 1.49 1998/01/18 15:09:34 kato Exp $
#
#
# The long compile-with and dependency lines are required because of
@ -323,3 +323,6 @@ gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate
gnu/i386/isa/dgb.c optional dgb device-driver
gnu/i386/isa/sound/awe_wave.c optional awe device-driver
pci/ide_pci.c optional wd device-driver
dev/dpt/dpt_control.c optional dpt device-driver
dev/dpt/dpt_scsi.c optional dpt device-driver
pci/dpt_pci.c optional dpt device-driver

View File

@ -1,4 +1,4 @@
$Id: majors.pc98,v 1.18 1997/12/10 09:28:58 kato Exp $
$Id: majors.pc98,v 1.19 1998/01/18 15:08:34 kato Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@ -127,3 +127,4 @@ chrdev name comments
85 vesa VESA support device (j_mini@efn.org)
86 alog Industrial Computer Source AIO8-P driver
87 wfd ATAPI floppy client of "ata"
88 dpt DPT RAID Controller <shimon@i-connect.net>

View File

@ -1,4 +1,4 @@
# $Id: options.pc98,v 1.46 1997/12/29 16:17:59 kato Exp $
# $Id: options.pc98,v 1.47 1998/01/25 09:45:38 kato Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
MATH_EMULATE opt_math_emulate.h
@ -113,3 +113,12 @@ PCVT_SCANSET opt_pcvt.h
PCVT_SCREENSAVER opt_pcvt.h
PCVT_USEKBDSEC opt_pcvt.h
PCVT_VT220KEYB opt_pcvt.h
DPT_VERIFY_HINTR opt_dpt.h
DPT_USE_SINTR opt_dpt.h
DPT_RESTRICTED_FREELIST opt_dpt.h
DPT_MEASURE_PERFORMANCE opt_dpt.h
DPT_FREELIST_IS_STACK opt_dpt.h
DPT_HANDLE_TIMEOUTS opt_dpt.h
DPT_TIMEOUT_FACTOR opt_dpt.h
DPT_INTR_DELAY opt_dpt.h
DPT_LOST_IRQ opt_dpt.h