wpaul
27f0065344
Regenerate miidevs.h.
1999-08-29 15:44:07 +00:00
wpaul
7324112674
The ASIC on the 3c905C appears to be manufactured by Broadcom (previous
...
ones were made by Lucent). The Broadcom chip also appears to use an
internal PHY made by Broadcom which uses the Broadcom OUI. This is different
from previous ASICs which always returned 0 in the PHY ID registers.
To account for this, I added the necessary ID values for the Broadcom
PHY so that it can be detected and attached using the 3Com PHY driver
instead of defaulting to the generic one.
1999-08-29 15:42:04 +00:00
roger
997901d7ad
Add Voodoo 3 identification.
...
pciconf on my Vodoo3 2000 also shows sub-system vendor id/model with
card=0x0030121a
1999-08-29 15:11:22 +00:00
phk
cf1f9431e6
Remove unneeded "maj" variable.
...
Give up if we have already started dumping once before.
Print name of dumpdev.
1999-08-29 14:54:11 +00:00
phk
9a415bb530
Remove unneeded slice element.
1999-08-29 14:52:02 +00:00
phk
71e15be31c
Convert to use the new "disk" layer.
...
A few cleanups while here.
1999-08-29 13:29:29 +00:00
phk
61362fa7e0
Add micro "disk" layer which should enable us to pull all the slice/label
...
stuff out of the device drivers.
1999-08-29 13:28:55 +00:00
des
619c50b5ca
Include the correct header for the IPSTEALTH option.
1999-08-29 12:18:39 +00:00
n_hibma
73f5b8df3f
Only NetBSD needs sys/device.h.
1999-08-29 11:56:49 +00:00
n_hibma
fee3479aa9
Only NetBSD uses sys/device.h
...
Error-reported-by: phk
1999-08-29 11:49:22 +00:00
marcel
865fe35612
Fix a braino: Linux minor device numbers are 8 bits wide and not 10.
1999-08-29 11:47:01 +00:00
bde
8462a421f5
Fixed printf format errors (don't assume that ntohl() returns u_long;
...
it returns u_int on i386's and in_addr_t (u_int32_t) on alphas).
1999-08-29 10:28:10 +00:00
bde
8a9f957c2b
Oops, I missed a cast in rev.1.119.
1999-08-29 10:23:13 +00:00
bde
9ea644c097
Removed dysfunctional/defunct options KERNFS_DIAGNOSTIC,
...
UMAPFS_DIAGNOSTIC and UNION_DIAGNOSTIC. Uncommented NULLFS_DIAGNOSTIC.
It is as bogus as the above three but since it is already a new-style
option it is easier to use it than to fix it.
1999-08-29 10:14:59 +00:00
bde
d09a51ae66
Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printf
...
format errors exposed by this. It has nothing to do with diagnostics
since it does little more than control tracing of normal operation.
Actual diagnostics for the union file system are still controlled by
the DIAGNOSTIC option.
1999-08-29 10:03:35 +00:00
bde
368624ea2d
Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUG
...
or DDB and fixed printf format errors exposed by this. The options had
little to do with diagnostics; they mostly controlled tracing of normal
operation.
1999-08-29 09:54:17 +00:00
bde
ccb8cd7a91
Changed old-style option KERNFS_DIAGNOSTIC to DEBUG and fixed printf
...
format errors exposed by this. It has nothing to do with diagnostics
since it does little more than control tracing of normal operation.
1999-08-29 09:38:25 +00:00
phk
6c9246fccb
Merge alpha and pc98 changes into i386 MBR handling code and replace all
...
three copies with one copy in MI land.
1999-08-29 09:12:54 +00:00
phk
82ee0a64ad
initialize si_bsize_phys from what the drive told us.
1999-08-29 09:10:05 +00:00
phk
52e5b69e93
Add dev_t freeing code. Controlled by sysctl debug.free_devt, default
...
is off.
1999-08-29 09:09:12 +00:00
bde
6ec4d2ac07
Don't restrict our requests for contiguous memory to addresses >= 1MB.
...
This fixes, at least, panics in ncr_attach() on i386's with about 5MB
of memory. The restriction was a hack to leave some low memory for ISA
DMA, but on i386's we now allocate pages from the top down, so all the
restriction did was cause our allocations to fail when there is no free
memory above 1MB.
1999-08-29 09:03:58 +00:00
marcel
123473cc00
Fix a missing '-1' in the size argument of copyout in getgroups. Spotted while
...
reviewing the MFC in -stable.
1999-08-29 08:52:38 +00:00
phk
53b77390d9
Sort the easy part of this file. It should be all sorted.
1999-08-29 08:44:18 +00:00
mharo
eea1ad0aa4
add verbose flag
1999-08-29 08:21:16 +00:00
mharo
779ca8c356
brucify and move printf() to catch cases of special files
1999-08-29 07:58:19 +00:00
kato
f480eea50b
Changed from dname into devtoname(bp->b_dev) in the function dsinit().
1999-08-29 05:05:27 +00:00
mharo
7f61632b5b
add verbose flag
...
exit(1) --> exit(EX_USAGE)
Reviewed by: obrien
1999-08-29 02:20:26 +00:00
gehenna
53cd59003b
o fix typo
1999-08-29 02:05:12 +00:00
grog
ef9edfdb1d
Initialize the si_bsize fields of the new dev structure. This fixes
...
some swapper problems analogous to those experienced with ccd.
This fix is a kludge: since we currently don't track the "sector size"
in a volume label, we guess a worst case (4 kB, as used by vnode
devices). If the concept of sector size is here to stay, I'll make
some changes to track the "sector size" of a volume. This will
probably be the maximum of the sector sizes of all component drives,
but things could get ugly if we start allowing non-standard sector
sizes such as 524 bytes.
Unkludged-version-submitted-by: phk
1999-08-29 01:41:53 +00:00
gehenna
9e8e66828b
o synchronisation with NetBSD
...
Reviewed by: Hick Hibma
Obtained from: NetBSD
1999-08-29 01:18:32 +00:00
mpp
06d17e2da3
Add $FreeBSD$ lines to these example man pages, along with a note
...
that says all man pages should contain a FreeBSD revision control
id to make it easier for translation teams.
1999-08-28 23:32:12 +00:00
mpp
1c0a3cee71
Add $FreeBSD$ lines to man pages that are missing them to make it
...
easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-08-28 23:23:38 +00:00
mpp
08e72288bf
Add $FreeBSD$ lines to man pages that are missing them to make it
...
easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-08-28 23:10:20 +00:00
mpp
9402e2710a
Add $FreeBSD$ lines to man pages that are missing them to make
...
it easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-08-28 23:04:49 +00:00
mpp
f9b3a98763
Some minor mdoc style cleanup.
1999-08-28 22:11:17 +00:00
mpp
9d8b3b4e1b
Fix typo in previous commit that documented the -v option.
1999-08-28 21:38:36 +00:00
mharo
94c239d059
add verbose flag
...
Reviewed by: obrien
1999-08-28 20:46:00 +00:00
n_hibma
fb8670880e
Correct URL's and change ifdef to if defined (following rest of style in
...
file)
1999-08-28 20:10:46 +00:00
n_hibma
0acd98aefc
Remove NetBSD specific code. USB part is trivial, and the rest is not
...
shared anyway.
1999-08-28 20:09:34 +00:00
phk
7bb4088ded
Fix various trivial warnings from LINT
1999-08-28 19:44:07 +00:00
phk
e7a4c58355
Put a brief comment on a couple of #defines.
1999-08-28 19:21:36 +00:00
phk
da2bfe8d6a
remove unused variables.
1999-08-28 19:21:03 +00:00
phk
d9b7613a77
#include <sys/queue.h>
1999-08-28 19:20:07 +00:00
jhay
d635b3fc9e
Get rid of the old XNS checksum code and implement it the IPX way.
...
PR: 13374
Submitted by: Boris Popov <bp@butya.kz>
1999-08-28 18:21:55 +00:00
nyan
e061db284e
Merge missing changes from sys/i386/conf/GENERIC.
1999-08-28 16:49:58 +00:00
nyan
26cb145938
Fix ordering.
1999-08-28 16:20:53 +00:00
nyan
7275c838e2
- The old printer driver is renamed 'olpt'.
...
- Added the gdc driver.
1999-08-28 15:17:25 +00:00
lile
34b4b22959
Add source routing support.
1999-08-28 15:14:15 +00:00
kato
c2580331e2
Added MII bus support.
...
Reminded by: phk
1999-08-28 15:04:27 +00:00
lile
8011c78128
It is much easier to arp if you don't truncate your arp-reply's.
...
[affects token-ring only]
1999-08-28 14:57:12 +00:00