Deleted Added
sdiff udiff text old ( 128876 ) new ( 129384 )
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 128876 2004-05-03 16:03:41Z bde $
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based PC-98 and
13# compatibles.
14#
15machine pc98

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

371hint.mse.0.irq="13"
372
373#
374# Network interfaces:
375#
376
377# ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver
378# (requires sppp)
379# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
380# HP PC Lan+, various PC Card devices (refer to etc/defaults/pccard.conf)
381# (requires miibus)
382# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
383# Intel EtherExpress
384# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
385# Am79C960)
386# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133.
387# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
388# OC-3141, OC-3540 and OC-3250.
389# sbni: Granch SBNI12-xx ISA and PCI adapters
390# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
391# wl: Lucent Wavelan (ISA card only).
392
393# Order for ISA/EISA devices is important here
394
395device ar
396device ed
397#options ED_NO_MIIBUS # Disable ed miibus support
398hint.ed.0.at="isa"
399hint.ed.0.port="0x280"
400hint.ed.0.irq="5"
401hint.ed.0.maddr="0xd8000"
402device ie # Hints only required for Starlan
403hint.ie.2.at="isa"

--- 418 unchanged lines hidden ---