diff options
| -rw-r--r-- | sys/pc98/conf/GENERIC98 | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index 46d8f2c4fe90..f27f55e4c1e1 100644 --- a/sys/pc98/conf/GENERIC98 +++ b/sys/pc98/conf/GENERIC98 @@ -54,8 +54,6 @@ options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores -options COM_MULTIPORT - # # IBM-PC HDD support #options COMPAT_ATDISK @@ -133,7 +131,7 @@ device cd0 # CD device pass0 # Passthrough device (direct SCSI) # Proprietary or custom CD-ROM Interfaces -controller matcd0 at isa? port? bio +device matcd0 at isa? port? bio # keyboard driver device pckbd0 at isa? port IO_KBD tty irq 1 @@ -144,6 +142,7 @@ device gdc0 at isa? # splash screen/screen saver pseudo-device splash +# syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Floating point support - do not disable. @@ -159,6 +158,8 @@ device apm0 at isa? disable flags 0x31 # Advanced Power Management # Serial (COM) ports # +options COM_MULTIPORT +# # COM1 device sio0 at isa? port "IO_COM1" tty irq 4 # COM2 (2nd CCU) @@ -181,18 +182,18 @@ device sio1 at isa? port 0x238 tty irq 5 flags 0x12000000 #device sio1 at isa? port 0x50e0 tty irq 5 flags 0x18000101 #device sio2 at isa? port 0x51e0 tty flags 0x18000101 # ESP98 -#options COM_ESP +#options COM_ESP #device sio1 at isa? port 0x18b0 tty irq 5 flags 0x19000000 device mse0 at isa? port IO_MSE tty irq 13 # NEW Parallel port device ppc0 at isa? port? tty irq 14 -controller ppbus0 -device lpt0 at ppbus? -device plip0 at ppbus? -device ppi0 at ppbus? -#controller vpo0 at ppbus? +controller ppbus0 # Parallel port bus (required) +device lpt0 at ppbus? # Printer +device plip0 at ppbus? # TCP/IP over parallel +device ppi0 at ppbus? # Parallel port interface device +#controller vpo0 at ppbus? # Requires scbus and da0 # OLD Parallel port # Please stay olpt driver after ppc driver device olpt0 at isa? port IO_LPT tty @@ -259,12 +260,12 @@ device fe0 at isa? port 0x00d0 net irq 3 device fe1 at isa? port 0x73d0 net irq 5 device lnc0 at isa? port 0x03d0 net irq 6 -options "FE_8BIT_SUPPORT" # LAC-98 support +options "FE_8BIT_SUPPORT" # LAC-98 support # PCCARD NIC drivers. # ze and zp take over the pcic and cannot coexist with generic pccard # support, nor the ed and ep drivers they replace. -device zp0 at isa? port 0x00d0 net irq 10 iomem 0xe0000 +device zp0 at isa? port 0x00d0 net irq 10 iomem 0xe0000 #controller snd0 #device sb0 at isa? port 0x20d2 irq 10 conflicts drq 3 |
