LINT (cc6a66f20e9c3dbde378e543b40bea846059e2d3) | LINT (f4567b9c1ccaaaa45488055d09a81633c62244ff) |
---|---|
1# 2# LINT -- config file for checking all the sources, tries to pull in 3# as much of the source tree as it can. 4# | 1# 2# LINT -- config file for checking all the sources, tries to pull in 3# as much of the source tree as it can. 4# |
5# $Id: LINT,v 1.206 1995/10/25 16:43:01 jkh Exp $ | 5# $Id: LINT,v 1.207 1995/10/26 20:29:07 julian Exp $ |
6# 7# NB: You probably don't want to try running a kernel built from this 8# file. Instead, you should start from GENERIC, and add options from 9# this file as required. 10# 11 12# 13# This directive is mandatory; it defines the architecture to be --- 589 unchanged lines hidden (view full) --- 603device fea0 at isa? net irq ? vector feaintr 604device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr 605device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr 606device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr 607device lnc0 at isa? port 0x300 net irq 10 drq 0 vector lncintr 608device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr 609device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr 610 | 6# 7# NB: You probably don't want to try running a kernel built from this 8# file. Instead, you should start from GENERIC, and add options from 9# this file as required. 10# 11 12# 13# This directive is mandatory; it defines the architecture to be --- 589 unchanged lines hidden (view full) --- 603device fea0 at isa? net irq ? vector feaintr 604device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr 605device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr 606device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr 607device lnc0 at isa? port 0x300 net irq 10 drq 0 vector lncintr 608device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr 609device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr 610 |
611 |
|
611# 612# ISDN drivers - `isdn'. 613# 614# Uncomment one (and only one) of the following two drivers for the appropriate 615# ISDN device you have. For more information on what's considered appropriate 616# for your given set of circumstances, please read 617# /usr/src/gnu/usr.sbin/isdn/docs/INSTALL. It's a bit sparse at present, but 618# it's the best we have right now. The snic driver is also disabled at present, --- 136 unchanged lines hidden (view full) --- 755# configuration mode defined in the PCI specification. 756# 757# The `ncr' device provides support for the NCR 53C810 and 53C825 758# self-contained SCSI host adapters. 759# 760# The `de' device provides support for the Digital Equipment DC21040 761# self-contained Ethernet adapter. 762# | 612# 613# ISDN drivers - `isdn'. 614# 615# Uncomment one (and only one) of the following two drivers for the appropriate 616# ISDN device you have. For more information on what's considered appropriate 617# for your given set of circumstances, please read 618# /usr/src/gnu/usr.sbin/isdn/docs/INSTALL. It's a bit sparse at present, but 619# it's the best we have right now. The snic driver is also disabled at present, --- 136 unchanged lines hidden (view full) --- 756# configuration mode defined in the PCI specification. 757# 758# The `ncr' device provides support for the NCR 53C810 and 53C825 759# self-contained SCSI host adapters. 760# 761# The `de' device provides support for the Digital Equipment DC21040 762# self-contained Ethernet adapter. 763# |
764# The `vx' device provides support for the 3Com 3C590 765# early support 766# |
|
763# The `fpa' device provides support for the Digital DEFPA PCI FDDI 764# adapter. pseudo-device fddi is also needed. 765# 766# The PROBE_VERBOSE option enables a long listing of chip set registers 767# for supported PCI chip sets (currently only intel Saturn and Mercury). 768# 769# The 'meteor' device is a PCI video capture board. It can also have the 770# following options: 771# options "METEOR_ALLOC_PAGES=xxx" preallocate kernel pages for data entry 772# figure (ROWS*COLUMN*BYTES_PER_PIXEL*FRAME+PAGE_SIZE-1)/PAGE_SIZE 773# options METEOR_DEALLOC_PAGES remove all allocated pages on close(2) 774# options "METEOR_DEALLOC_ABOVE=xxx" remove all allocated pages above the 775# specified amount. If this value is below the allocated amount no action 776# taken 777# 778controller pci0 779device ncr0 780device de0 | 767# The `fpa' device provides support for the Digital DEFPA PCI FDDI 768# adapter. pseudo-device fddi is also needed. 769# 770# The PROBE_VERBOSE option enables a long listing of chip set registers 771# for supported PCI chip sets (currently only intel Saturn and Mercury). 772# 773# The 'meteor' device is a PCI video capture board. It can also have the 774# following options: 775# options "METEOR_ALLOC_PAGES=xxx" preallocate kernel pages for data entry 776# figure (ROWS*COLUMN*BYTES_PER_PIXEL*FRAME+PAGE_SIZE-1)/PAGE_SIZE 777# options METEOR_DEALLOC_PAGES remove all allocated pages on close(2) 778# options "METEOR_DEALLOC_ABOVE=xxx" remove all allocated pages above the 779# specified amount. If this value is below the allocated amount no action 780# taken 781# 782controller pci0 783device ncr0 784device de0 |
785device vx0 at pci0 port? irq? vector vxintr |
|
781device fpa0 782device meteor0 783options PROBE_VERBOSE 784 785# 786# Laptop/Notebook options: 787# 788# See also: --- 12 unchanged lines hidden --- | 786device fpa0 787device meteor0 788options PROBE_VERBOSE 789 790# 791# Laptop/Notebook options: 792# 793# See also: --- 12 unchanged lines hidden --- |