diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-27 01:50:38 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-27 01:50:38 +0000 |
commit | 270a9a7991fc15052fe366acf6d9357d9cc9f3b7 (patch) | |
tree | dfaaed198fdec72309acdee8cb3f4281879eb0bb /sys/conf/GENERIC | |
parent | 1a20e9852fe970491d9715f4aba24d835e8ee580 (diff) |
back out bio, breaks dlg's sparc64 v215
prompted by/ok dlg@ deraadt@
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 9795bbe69dd..bfba2e39921 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.129 2007/05/26 19:54:24 todd Exp $ +# $OpenBSD: GENERIC,v 1.130 2007/05/27 01:50:37 todd Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -103,6 +103,5 @@ pseudo-device trunk # Trunking support #pseudo-device faith 1 # IPv[46] tcp relay translation i/f pseudo-device pppoe 1 # PPP over Ethernet (RFC 2516) -pseudo-device bio 1 # ioctl multiplexing device option BOOT_CONFIG # add support for boot -c |