summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-07-28 20:40:49 +0000
committermarkm <markm@FreeBSD.org>2001-07-28 20:40:49 +0000
commit9b552679be62e6a2e12e553a10f97ca5296a0904 (patch)
treed33173a181545718648b7ba53ceb9dea2a0be354
parent5da45bdf5becad2040fd94d18922d125c99ea09e (diff)
downloadFreeBSD-src-9b552679be62e6a2e12e553a10f97ca5296a0904.zip
FreeBSD-src-9b552679be62e6a2e12e553a10f97ca5296a0904.tar.gz
Diff-reduce this with GENERIC.
OK'ed by: imp
-rw-r--r--sys/i386/conf/NEWCARD6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD
index 020c786..3251862 100644
--- a/sys/i386/conf/NEWCARD
+++ b/sys/i386/conf/NEWCARD
@@ -31,7 +31,7 @@ maxusers 32
#To statically compile in device wiring instead of /boot/device.hints
#hints "NEWCARD.hints" #Default places to look for devices.
-#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
+makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
@@ -148,7 +148,6 @@ device apm
device pmtimer
# Pcmcia and cardbus bridge support
-#device pcic # pcmcia bridge
device pccbb # cardbus (yenta) bridge
device pccard
device cardbus
@@ -168,6 +167,7 @@ device ppi # Parallel port interface device
# PCI Ethernet NICs.
device de # DEC/Intel DC21x4x (``Tulip'')
device vx # 3Com 3c590, 3c595 (``Vortex'')
+device txp # 3Com 3cR990 (``Typhoon'')
# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
@@ -216,7 +216,7 @@ device ppp 1 # Kernel PPP
device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
-device gif 4 # IPv6 and IPv4 tunneling
+device gif # IPv6 and IPv4 tunneling
device faith 1 # IPv6-to-IPv4 relaying (translation)
# The `bpf' device enables the Berkeley Packet Filter.
OpenPOWER on IntegriCloud