Deleted Added
sdiff udiff text old ( 152952 ) new ( 153581 )
full compact
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 152952 2005-11-30 11:58:01Z nyan $
8#
9
10options PC98
11
12#
13# We want LINT to cover profiling as well.
14profile 2
15

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

346#
347
348# ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver
349# (requires sppp)
350# cp: Cronyx Tau-PCI sync single/dual/four port
351# V.35/RS-232/RS-530/RS-449/X.21/G.703/E1/E3/T3/STS-1
352# serial adaptor (requires sppp (default), or NETGRAPH if
353# NETGRAPH_CRONYX is configured)
354# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
355# HP PC Lan+, various PC Card devices
356# (requires miibus)
357# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
358# Intel EtherExpress
359# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
360# Am79C960)
361# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133.
362# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
363# OC-3141, OC-3540 and OC-3250.
364# sbni: Granch SBNI12-xx ISA and PCI adapters
365# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
366
367# Order for ISA/EISA devices is important here
368
369device ar
370device cp
371device ed
372hint.ed.0.at="isa"
373hint.ed.0.port="0x280"
374hint.ed.0.irq="5"
375hint.ed.0.maddr="0xd8000"
376device ie # Hints only required for Starlan
377hint.ie.2.at="isa"
378hint.ie.2.port="0x300"

--- 405 unchanged lines hidden ---