Deleted Added
full compact
NOTES (188307) NOTES (189851)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD: head/sys/pc98/conf/NOTES 188307 2009-02-08 10:21:25Z wkoszek $
7# $FreeBSD: head/sys/pc98/conf/NOTES 189851 2009-03-15 14:21:05Z rwatson $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

--- 351 unchanged lines hidden (view full) ---

367hint.mse.0.at="isa"
368hint.mse.0.port="0x7fd9"
369hint.mse.0.irq="13"
370
371#
372# Network interfaces:
373#
374
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

--- 351 unchanged lines hidden (view full) ---

367hint.mse.0.at="isa"
368hint.mse.0.port="0x7fd9"
369hint.mse.0.irq="13"
370
371#
372# Network interfaces:
373#
374
375# ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver
376# (requires sppp)
377# ce: Cronyx Tau-PCI/32 sync single/dual port G.703/E1 serial adaptor
378# with 32 HDLC subchannels (requires sppp (default), or NETGRAPH if
379# NETGRAPH_CRONYX is configured)
380# cp: Cronyx Tau-PCI sync single/dual/four port
381# V.35/RS-232/RS-530/RS-449/X.21/G.703/E1/E3/T3/STS-1
382# serial adaptor (requires sppp (default), or NETGRAPH if
383# NETGRAPH_CRONYX is configured)
384# cs: IBM Etherjet and other Crystal Semi CS89x0-based adapters and pccard
385# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
386# HP PC Lan+, various PC Card devices
387# (requires miibus)
388# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
389# Intel EtherExpress
390# le: AMD Am7900 LANCE and Am79C9xx ILACC/PCnet Ethernet interface driver
391# ral: Ralink Technology IEEE 802.11 wireless adapter
392# sbni: Granch SBNI12-xx ISA and PCI adapters
393# snc: National Semiconductor DP8393X SONIC Ethernet adapter driver
375# ce: Cronyx Tau-PCI/32 sync single/dual port G.703/E1 serial adaptor
376# with 32 HDLC subchannels (requires sppp (default), or NETGRAPH if
377# NETGRAPH_CRONYX is configured)
378# cp: Cronyx Tau-PCI sync single/dual/four port
379# V.35/RS-232/RS-530/RS-449/X.21/G.703/E1/E3/T3/STS-1
380# serial adaptor (requires sppp (default), or NETGRAPH if
381# NETGRAPH_CRONYX is configured)
382# cs: IBM Etherjet and other Crystal Semi CS89x0-based adapters and pccard
383# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
384# HP PC Lan+, various PC Card devices
385# (requires miibus)
386# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
387# Intel EtherExpress
388# le: AMD Am7900 LANCE and Am79C9xx ILACC/PCnet Ethernet interface driver
389# ral: Ralink Technology IEEE 802.11 wireless adapter
390# sbni: Granch SBNI12-xx ISA and PCI adapters
391# snc: National Semiconductor DP8393X SONIC Ethernet adapter driver
394# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
395# ural: Ralink Technology RT2500USB IEEE 802.11 wireless adapter
396# ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan)
397
398# Order for ISA/EISA devices is important here
399
392# ural: Ralink Technology RT2500USB IEEE 802.11 wireless adapter
393# ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan)
394
395# Order for ISA/EISA devices is important here
396
400device ar
401device ce
402device cp
403device cs
404device ed
405hint.ed.0.at="isa"
406hint.ed.0.port="0x280"
407hint.ed.0.irq="5"
408hint.ed.0.maddr="0xd8000"

--- 13 unchanged lines hidden (view full) ---

422hint.sbni.0.port="0x210"
423hint.sbni.0.irq="0xefdead"
424hint.sbni.0.flags="0"
425device snc
426hint.snc.0.at="isa"
427hint.snc.0.port="0x888"
428hint.snc.0.irq="6"
429hint.snc.0.maddr="0xc0000"
397device ce
398device cp
399device cs
400device ed
401hint.ed.0.at="isa"
402hint.ed.0.port="0x280"
403hint.ed.0.irq="5"
404hint.ed.0.maddr="0xd8000"

--- 13 unchanged lines hidden (view full) ---

418hint.sbni.0.port="0x210"
419hint.sbni.0.irq="0xefdead"
420hint.sbni.0.flags="0"
421device snc
422hint.snc.0.at="isa"
423hint.snc.0.port="0x888"
424hint.snc.0.irq="6"
425hint.snc.0.maddr="0xc0000"
430device sr
431device ural
432
433device ath # Atheros pci/cardbus NIC's
434device ath_hal # pci/cardbus chip support
435#device ath_ar5210 # AR5210 chips
436#device ath_ar5211 # AR5211 chips
437#device ath_ar5212 # AR5212 chips
438#device ath_rf2413

--- 231 unchanged lines hidden ---
426device ural
427
428device ath # Atheros pci/cardbus NIC's
429device ath_hal # pci/cardbus chip support
430#device ath_ar5210 # AR5210 chips
431#device ath_ar5211 # AR5211 chips
432#device ath_ar5212 # AR5212 chips
433#device ath_rf2413

--- 231 unchanged lines hidden ---