Eivind Eklund
e9e9477aac
More consistent with surrounding style. (Hey - it looked great in the
...
diff...)
Prodded by: bde
1999-04-12 14:34:52 +00:00
Eivind Eklund
437250056e
Shorten line.
...
Prodded by: bde
1999-04-12 14:31:28 +00:00
Dag-Erling Smørgrav
7a19b7ed76
PCX loader for pseudo-device splash.
1999-04-12 13:39:11 +00:00
Dag-Erling Smørgrav
601752d5a7
Centralize and reorganize a few macros.
1999-04-12 13:34:58 +00:00
Dag-Erling Smørgrav
eca2ddda6f
Typo in comment.
1999-04-12 10:07:15 +00:00
Brian Somers
7b598cd2e7
ppp != iijppp any more
...
Mention nos-tun as a tun device user.
1999-04-12 09:45:29 +00:00
KATO Takenori
aafbdf0b08
Sync with sys/i386/isa/isa.c revision 1.118.
1999-04-12 03:31:05 +00:00
Bill Paul
90ccde293e
Minor tweak: move initialiation of busctl register to before setting of
...
the cache alignment bits.
1999-04-12 02:47:20 +00:00
Nick Hibma
7dc1a5bd17
Make debugging more selective.
...
Remove debugging options from GENERIC
1999-04-11 20:53:50 +00:00
Nick Hibma
67aa00a71b
1) Make debugging more selective.
...
2) create function usbd_errstr which turns a usbd_status into a sensible
error message
3) Change the printf in DPRINTF to logprintf which is a define for
log(KERN_DEBUG, x)
1999-04-11 20:50:33 +00:00
Bill Paul
863e79b09e
Some small updates:
...
- Wait longer for the reset to complete in xl_attach() to try and avoid
'command never completed' warnings.
- Clean up a few odds and ends in xl_attach().
- Add PCI ID for the 3c905B-COMBO (a new card). Right now this is
treated as a 3c905B; I need to dig up one of these cards for testing
before I can make the AUI and BNC ports work.
- Add a hack to force reading the I/O address directly from the PCI
registers if pci_map_port() fails. I SHOULD NOT HAVE TO DO THIS:
SOMEBODY WITH MORE PCI CLUES THAN I SHOULD INVESTIGATE WHY THIS
HAPPENS.
1999-04-11 17:44:44 +00:00
Nick Hibma
91fe4c07fa
Applied patch for ukbd disconnect. Disconnect not fully functional
...
yet however.
Supplied by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1999-04-11 16:49:15 +00:00
Nick Hibma
49de1dd30d
USBD_STALLED bit checking was inconsistent. Mixed use of == and &
...
Patch provided by: Kazutaka YOKOTA
1999-04-11 16:43:48 +00:00
Nick Hibma
2115c3404f
Remove unit from struct. Not used anymore.
1999-04-11 16:22:57 +00:00
Peter Wemm
b4718cedf6
Move initialization of SWI's in the tty|net|bio masks from isa.c into
...
the static initializers in ipl.s.
1999-04-11 15:51:15 +00:00
Nick Hibma
f6f5fdd730
Reenable the recursive disconnection from a hub. Stop gap solution
...
until the newbus version of uhub.c is ready.
Submitted by: Kazutaka YOKOTA
1999-04-11 14:24:43 +00:00
Nick Hibma
5e36e2fe52
Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson.
1999-04-11 14:24:20 +00:00
Hidetoshi Shimokawa
05f1861b84
Control unaligned access handling via sysctl.
1999-04-11 12:48:15 +00:00
Hidetoshi Shimokawa
2f8c098571
Don't define NMBCLUSTERS here.
...
It will be defined as appropriate value depending on maxusers.
1999-04-11 12:19:02 +00:00
Bill Paul
41e70f38d2
Enable the promiscuous mode workaround for the PNIC 82c168 chip, which
...
appears to need it.
1999-04-11 05:15:26 +00:00
Eivind Eklund
51e4098148
Remove unused function int fi() {return 0;}
1999-04-11 03:47:24 +00:00
Eivind Eklund
3f8fe2621f
Staticize.
1999-04-11 03:46:26 +00:00
Greg Lehey
4357ca882d
Back out default debug kernel. The flags revert to historical behaviour.
...
Requested-by: ache
bde
dg
Modify targets for debug kernels: when -g was specified, make will
now build a debug kernel called kernel.debug, and create a stripped
version called kernel at the same time. The two targets install and
install.debug are otherwise unchanged.
Requested-by: dillon
Update man page accordingly.
1999-04-11 03:40:11 +00:00
Eivind Eklund
4e697da8b3
Correct prototype for wdstart
1999-04-11 03:10:25 +00:00
Eivind Eklund
c6d0e3f0c1
Staticize.
1999-04-11 03:06:07 +00:00
Eivind Eklund
bff24b1f66
Random text after #endif changed to comment.
1999-04-11 02:58:31 +00:00
Eivind Eklund
505ab9b86b
Staticize.
1999-04-11 02:55:52 +00:00
Eivind Eklund
d108ff0b76
Break long lines that I introduced in a previous commit.
1999-04-11 02:52:31 +00:00
Eivind Eklund
66235db57f
Staticize.
1999-04-11 02:50:42 +00:00
Eivind Eklund
2ed3e18572
Remove incorrect initialization.
1999-04-11 02:50:15 +00:00
Eivind Eklund
1025c39862
pci_register_lkm can fail gracefully, so let it do that when there is
...
no more memory (M_WAITOK -> M_NOWAIT). It may be called early enough
during boot that M_WAITOK isn't OK. (In theory - right now it isn't called
from anywhere).
1999-04-11 02:46:20 +00:00
Eivind Eklund
ee45a71480
Correct typo in panic message
1999-04-11 02:28:32 +00:00
Eivind Eklund
2a96b3faf9
Staticize.
1999-04-11 02:27:06 +00:00
Eivind Eklund
632a035f84
Staticize.
1999-04-11 02:17:47 +00:00
Eivind Eklund
0776e10c71
Staticize
1999-04-11 02:16:27 +00:00
Tor Egge
44c57e7121
Add prototype for wait_ap().
1999-04-11 00:43:43 +00:00
Tor Egge
90c26b0d2d
Let BSP wait until all APs are initialized.
1999-04-10 22:58:29 +00:00
Dmitrij Tejblum
897a45eff9
Convert usage of vm_page_bits() to the new convention ("Inputs are required
...
to range within a page").
1999-04-10 20:52:11 +00:00
Tor Egge
c8464c3072
When trying to enable or disable an interrupt not described by the mp table,
...
just return instead of dereferencing a null pointer.
1999-04-10 19:22:17 +00:00
Tor Egge
0bf47fca4f
Test CF after a btrl operation instead of testing ZF (which is undefined).
1999-04-10 19:19:02 +00:00
Søren Schmidt
775986fc09
Sixth update to the new ATA/ATAPI driver:
...
Fixed problems:
Promise controllers was not always set up correctly.
Parantheses are a good thing, fixed.
Some older CDROM's could hang the probe.
Proberly wait for the drive to catch its breath after IDENTIFY.
Some CD writers fails because they dont support rezero.
Rearranged the code to not use rezero.
Warnings now that we use EGCS.
Fixed.
1999-04-10 18:53:35 +00:00
Peter Wemm
ae3d216ad8
Close a potential mbuf and/or mbuf cluster leak in the client-side NFS
...
statfs() code. Free the whole chain, not just the first one.
1999-04-10 18:53:29 +00:00
Bill Paul
326acf4d96
Finally add support for the older 82c168 PNIC chip with the built-in
...
transceiver. Thanks to Brian Walenze for donating a NIC with this chip
on it (LinkSys didn't really sell that many of them and they're not
in production anymore). The driver now distinguishes between the
82c168 and 82c169 when probing. If no MII transceiver is detected,
it switches over to using the internal one.
1999-04-10 18:44:53 +00:00
Eivind Eklund
c523e8b21d
Lock vnode correctly for VOP_OPEN.
...
Discussed with: alc, dillon
1999-04-10 17:54:43 +00:00
Nick Hibma
8f2a96f2cb
uncomment the uhci entry
1999-04-10 15:23:12 +00:00
Greg Lehey
09c1cbfe92
struct drive: add fields for debugging lockdrive deadlocks.
1999-04-10 08:12:44 +00:00
Greg Lehey
f83e10d7ca
set_sd_state:
...
If a drive is down, take "empty" sds down. Previously they were
unchanged, which cause set_plex_state to take them up under some
circumstances.
1999-04-10 08:12:12 +00:00
Greg Lehey
ff17305f57
When VINUMDEBUG is set, add function basename() to return the base
...
name of a file. Used by MMalloc and lockdrive.
1999-04-10 08:11:44 +00:00
Greg Lehey
7ffb59f668
lockdrive: Add debug calls to catch occasional deadlocks on drives.
...
The problem is probably gone, but the debug checks remain
for a while.
1999-04-10 08:11:21 +00:00
Greg Lehey
cea0c59dfa
Add flag keyword w.
1999-04-10 08:10:55 +00:00