diff options
author | 2007-02-28 23:02:24 +0000 | |
---|---|---|
committer | 2007-02-28 23:02:24 +0000 | |
commit | 8a5ea6d7ad642e43d9a49367d7e25b560e3e5fc9 (patch) | |
tree | a3fedf9a89173f7b81061c4cc32f8b5de5528574 | |
parent | sync (diff) | |
download | wireguard-openbsd-8a5ea6d7ad642e43d9a49367d7e25b560e3e5fc9.tar.xz wireguard-openbsd-8a5ea6d7ad642e43d9a49367d7e25b560e3e5fc9.zip |
some older machines have small banks, and the kernel is too big!
remove one very rarely used driver; tested by mglocker
miod will look at this later ;)
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 89825323606..222873d74f3 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.168 2007/02/28 21:54:43 grange Exp $ +# $OpenBSD: GENERIC,v 1.169 2007/02/28 23:02:24 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -68,8 +68,8 @@ stge* at pci? # Sundance TC9021 GigE rl* at pci? # RealTek 81[23]9 ethernet vr* at pci? # VIA Rhine ethernet re* at pci? # RealTek 8169/8169S/8110S -musycc* at pci? # Conexant HDLC controller -art* at musycc? # Accoom Artery E1/T1 cards +#musycc* at pci? # Conexant HDLC controller +#art* at musycc? # Accoom Artery E1/T1 cards pgt* at pci? # Prism54 (only full-mac varients) acx* at pci? # TI ACX100/ACX111 (802.11b/g) |