mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 09:23:00 +01:00
Add references to ATM cards (Mike Spengler <mks@networkcs.com>) and
remove all tabs.
This commit is contained in:
parent
068a441ad2
commit
66049ce431
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40410
File diff suppressed because it is too large
Load Diff
@ -59,7 +59,7 @@ fdc0 3f0 6 2 n/a Floppy disk controller
|
||||
wdc0 1f0 14 n/a n/a IDE/MFM/RLL disk controller
|
||||
wdc1 170 15 n/a n/a IDE/MFM/RLL disk controller
|
||||
|
||||
adv0 n/a n/a n/a n/a AdvanSys ADP-9xx SCSI controller
|
||||
adv0 n/a n/a n/a n/a AdvanSys ADP-9xx SCSI controller
|
||||
ncr0 n/a n/a n/a n/a NCR PCI SCSI controller
|
||||
bt0 330 dyn dyn dyn Buslogic SCSI controller
|
||||
uha0 330 dyn 6 dyn Ultrastore 14f
|
||||
@ -69,7 +69,7 @@ ahc0 dyn dyn dyn dyn Adaptec 274x/284x/294x SCSI controller
|
||||
aic0* 340 11 dyn dyn Adaptec 152x/AIC-6360 SCSI
|
||||
controller
|
||||
amd0 n/a n/a n/a n/a Tekram DC-390(T) / AMD 53c974 PCI SCSI
|
||||
dpt n/a n/a n/a n/a DPT RAID SCSI controllers.
|
||||
dpt n/a n/a n/a n/a DPT RAID SCSI controllers.
|
||||
nca0* 1f88 10 dyn dyn ProAudioSpectrum cards
|
||||
sea0* dyn 5 dyn c8000 Seagate ST01/02 8 bit controller
|
||||
|
||||
@ -108,8 +108,8 @@ lnc0 280 10 n/a dyn Lance/PCnet cards
|
||||
(Isolan, Novell NE2100, NE32-VL,
|
||||
some PCnet-PCI cards)
|
||||
vx0 dyn dyn n/a dyn 3Com 3c59x ((Fast) Etherlink III)
|
||||
xl0 dyn dyn n/a dyn 3Com 3c900, 3c905 and 3c905B
|
||||
((Fast) Etherlink XL)
|
||||
xl0 dyn dyn n/a dyn 3Com 3c900, 3c905 and 3c905B
|
||||
((Fast) Etherlink XL)
|
||||
cs0 0x300 dyn n/a n/a Crystal Semiconductor CS89x0-based
|
||||
cards.
|
||||
ze0 300 5 n/a d8000 IBM/National Semiconductor
|
||||
@ -271,6 +271,8 @@ gp: National Instruments AT-GPIB and AT-GPIB/TNT board
|
||||
gsc: Genius GS-4500 hand scanner
|
||||
gus: Gravis Ultrasound - Ultrasound, Ultrasound 16, Ultrasound MAX
|
||||
gusxvi: Gravis Ultrasound 16-bit PCM
|
||||
hea: Efficient ENI-155p ATM PCI adapter
|
||||
hfa: FORE PCA-200E ATM PCI adapter
|
||||
joy: Joystick
|
||||
labpc: National Instrument's Lab-PC and Lab-PC+
|
||||
meteor: Matrox Meteor frame-grabber card
|
||||
@ -395,8 +397,8 @@ The following CD-ROM type systems are supported at this time:
|
||||
(wcd) ATAPI IDE interface.
|
||||
|
||||
|
||||
4.2. Ethernet cards
|
||||
---- --------------
|
||||
4.2. Network cards
|
||||
---- -------------
|
||||
|
||||
Allied-Telesis AT1700 and RE2000 cards
|
||||
|
||||
@ -417,6 +419,10 @@ DEC EtherWORKS II NICs (DE200, DE201, DE202, and DE422)
|
||||
DEC DC21040, DC21041, or DC21140 based NICs (SMC Etherpower 8432T, DE245, etc)
|
||||
DEC FDDI (DEFPA/DEFEA) NICs
|
||||
|
||||
Efficient ENI-155p ATM PCI
|
||||
|
||||
FORE PCA-200E ATM PCI
|
||||
|
||||
Fujitsu MB86960A/MB86965A
|
||||
|
||||
HP PC Lan+ cards (model numbers: 27247B and 27252A).
|
||||
|
@ -118,18 +118,9 @@ parts. Take a typical name like ``/dev/sd0s1a'':
|
||||
drive, but only the first one will be mapped to the compatibility
|
||||
slice!
|
||||
|
||||
The compatibility slice will eventually be phased out, but
|
||||
it is still important right now for several reasons:
|
||||
|
||||
1. Some programs, as mentioned before, still don't work
|
||||
with the slice paradigm and need time to catch up.
|
||||
|
||||
2. The FreeBSD boot blocks are unable to look for
|
||||
a root file system in anything but a compatibility
|
||||
slice right now. This means that our root will always
|
||||
show up on "sd0a" in the above scenario, even though
|
||||
it really lives over on sd0s1a and would otherwise be
|
||||
referred to by its full slice name.
|
||||
The compatibility slice has essentially been phased out, but
|
||||
it's important to be aware of when looking at or upgrading
|
||||
older systems.
|
||||
|
||||
Once you understand all this, then the purpose of the label editor
|
||||
becomes fairly clear: You're carving up the FreeBSD slices displayed
|
||||
|
@ -210,7 +210,7 @@ o An interrupt driven configuration hook mechanism has been implemented.
|
||||
o The timeout(9) system in the kernel has been overhauled. This gives
|
||||
O(1) insertion and removal of callouts and an O(hash chain length)
|
||||
amount of work to be performed in softclock. The original paper is at:
|
||||
http://www.cs.berkeley.edu/~amc/research/timer/
|
||||
http://www.cs.berkeley.edu/~amc/research/timer/
|
||||
|
||||
o Changes in driver buffer queuing to deal with ordered transactions. This
|
||||
is intended for sequencing data and metadata writes in the filesystem code
|
||||
@ -263,19 +263,19 @@ o Added full bus master DMA support for 3c900 and 3c905 adapters and
|
||||
-------------------
|
||||
[MERGED: all changes soon after specified date in 2.2-STABLE branch]
|
||||
|
||||
97/7/29 Lots of lpr/lpd security fixes merged from OpenBSD.
|
||||
97/8/22 buffer overflows in tip corrected (benign since tip isn't
|
||||
set[ug]id)
|
||||
97/8/26 buffer overflow in glob fixed, no know exploits
|
||||
97/8/27 vacation security problem with sendmail corrected (SNI)
|
||||
97/8/29 inetd sleeps less when children exit, making DoS attacks much
|
||||
harder.
|
||||
97/8/29 fts now race-proof and find -execdir added (-current only)
|
||||
97/8/31 games setuid -> setgid. Makes any games exploits benign (only
|
||||
score files vulnerable). Please report any problems to
|
||||
eivind@FreeBSD.org (score-file ownership problems are known)
|
||||
97/12/3 Add Intel's suggested fix for the F00F bug. If you don't have
|
||||
a Pentium, the NO_F00F_HACK kernel option will disable it.
|
||||
97/7/29 Lots of lpr/lpd security fixes merged from OpenBSD.
|
||||
97/8/22 buffer overflows in tip corrected (benign since tip isn't
|
||||
set[ug]id)
|
||||
97/8/26 buffer overflow in glob fixed, no know exploits
|
||||
97/8/27 vacation security problem with sendmail corrected (SNI)
|
||||
97/8/29 inetd sleeps less when children exit, making DoS attacks much
|
||||
harder.
|
||||
97/8/29 fts now race-proof and find -execdir added (-current only)
|
||||
97/8/31 games setuid -> setgid. Makes any games exploits benign (only
|
||||
score files vulnerable). Please report any problems to
|
||||
eivind@FreeBSD.org (score-file ownership problems are known)
|
||||
97/12/3 Add Intel's suggested fix for the F00F bug. If you don't have
|
||||
a Pentium, the NO_F00F_HACK kernel option will disable it.
|
||||
98/1/20 More robust protection against LAND attacks now incorporated.
|
||||
|
||||
The suidperl vulnerability mentioned in the CERT advisory CA-97.17 is
|
||||
@ -423,12 +423,12 @@ Buslogic 956c PCI SCSI controller
|
||||
|
||||
SymBios (formerly NCR) 53C810, 53C825, 53c860 and 53c875 PCI SCSI
|
||||
controllers:
|
||||
ASUS SC-200
|
||||
Data Technology DTC3130 (all variants)
|
||||
NCR cards (all)
|
||||
Symbios cards (all)
|
||||
Tekram DC390W, 390U and 390F
|
||||
Tyan S1365
|
||||
ASUS SC-200
|
||||
Data Technology DTC3130 (all variants)
|
||||
NCR cards (all)
|
||||
Symbios cards (all)
|
||||
Tekram DC390W, 390U and 390F
|
||||
Tyan S1365
|
||||
|
||||
Tekram DC390 and DC390T controllers (maybe other cards based on the
|
||||
AMD 53c974 as well).
|
||||
|
@ -118,18 +118,9 @@ parts. Take a typical name like ``/dev/sd0s1a'':
|
||||
drive, but only the first one will be mapped to the compatibility
|
||||
slice!
|
||||
|
||||
The compatibility slice will eventually be phased out, but
|
||||
it is still important right now for several reasons:
|
||||
|
||||
1. Some programs, as mentioned before, still don't work
|
||||
with the slice paradigm and need time to catch up.
|
||||
|
||||
2. The FreeBSD boot blocks are unable to look for
|
||||
a root file system in anything but a compatibility
|
||||
slice right now. This means that our root will always
|
||||
show up on "sd0a" in the above scenario, even though
|
||||
it really lives over on sd0s1a and would otherwise be
|
||||
referred to by its full slice name.
|
||||
The compatibility slice has essentially been phased out, but
|
||||
it's important to be aware of when looking at or upgrading
|
||||
older systems.
|
||||
|
||||
Once you understand all this, then the purpose of the label editor
|
||||
becomes fairly clear: You're carving up the FreeBSD slices displayed
|
||||
|
@ -118,18 +118,9 @@ parts. Take a typical name like ``/dev/sd0s1a'':
|
||||
drive, but only the first one will be mapped to the compatibility
|
||||
slice!
|
||||
|
||||
The compatibility slice will eventually be phased out, but
|
||||
it is still important right now for several reasons:
|
||||
|
||||
1. Some programs, as mentioned before, still don't work
|
||||
with the slice paradigm and need time to catch up.
|
||||
|
||||
2. The FreeBSD boot blocks are unable to look for
|
||||
a root file system in anything but a compatibility
|
||||
slice right now. This means that our root will always
|
||||
show up on "sd0a" in the above scenario, even though
|
||||
it really lives over on sd0s1a and would otherwise be
|
||||
referred to by its full slice name.
|
||||
The compatibility slice has essentially been phased out, but
|
||||
it's important to be aware of when looking at or upgrading
|
||||
older systems.
|
||||
|
||||
Once you understand all this, then the purpose of the label editor
|
||||
becomes fairly clear: You're carving up the FreeBSD slices displayed
|
||||
|
Loading…
Reference in New Issue
Block a user