diff options
author | 2011-07-07 22:45:08 +0000 | |
---|---|---|
committer | 2011-07-07 22:45:08 +0000 | |
commit | 8577be95632d3c5ddb9c9c7bf12faf80c686c7f6 (patch) | |
tree | 31ef953099375de508e24b49c96a4ad69b2e4594 /sys | |
parent | We should not have any direct initialization of ifq structures. (diff) | |
download | wireguard-openbsd-8577be95632d3c5ddb9c9c7bf12faf80c686c7f6.tar.xz wireguard-openbsd-8577be95632d3c5ddb9c9c7bf12faf80c686c7f6.zip |
shrink the kernel by zapping old mms and lms driver. i'll come back for the
files in a bit. ok deraadt
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index feab7055b04..cbc761ab8fe 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.724 2011/07/05 00:33:22 tedu Exp $ +# $OpenBSD: GENERIC,v 1.725 2011/07/07 22:45:08 tedu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -424,14 +424,6 @@ lpt1 at isa? port 0x278 lpt2 at isa? port 0x3bc lpt* at puc? -lms0 at isa? port 0x23c irq 5 # Logitech bus mouse -lms1 at isa? port 0x238 irq 5 -mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse -mms1 at isa? port 0x238 irq 5 - -wsmouse* at lms? mux 0 -wsmouse* at mms? mux 0 - bha0 at isa? port 0x330 # BusLogic [57]4X SCSI controllers bha1 at isa? disable port 0x334 # BusLogic [57]4X SCSI controllers bha2 at isa? disable |