NetBSD/sys
mycroft b0345c674e Christos's crappy Libretto 100CT has an extremely long ramp for socket Vcc
(violating the PC Card spec), so... use the "power cycle" socket event to
determine when we've reached Vcc before proceeding, rather than using a fixed
amount of time.  This has the double advantage that it makes the card attach
time even shorter on sane systems -- the minimum is now ~38ms on my i8500
rather than 222ms.

Probably a similar change should be made to pcic, but it was hard enough
figuring out whether it would work with pccbb.  The chip specs suck.

For now, I'm leaving in a couple of additional printf()s in the hope that I
will get some interesting data from them.
2005-01-16 08:51:55 +00:00
..
altq
arch Apply patch hpcmips/26158 (requested by darkstar) 2005-01-16 03:21:21 +00:00
coda Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
compat Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
conf Correct NKMEMPAGES_MIN option name. 2005-01-13 20:16:02 +00:00
crypto
ddb Implement ddb setting that allows all ddb output to be teed into the 2004-09-29 23:54:11 +00:00
dev Christos's crappy Libretto 100CT has an extremely long ramp for socket Vcc 2005-01-16 08:51:55 +00:00
dist Disable the oow test because it is broken. It is killing valid packets. 2005-01-16 02:56:22 +00:00
fs adjust the UBC mapping code to support non-vnode uvm_objects. 2005-01-09 16:42:43 +00:00
gdbscripts
ipkdb
kern Cast nkmempages to vsize_t before shifting to avoid overflow. Requested 2005-01-14 17:03:58 +00:00
lib MBR_PTYPE_APPLE_UFS is now spelled with an underscore. 2004-11-12 19:34:43 +00:00
lkm ETHFOO_GOING had no chance to actually be useful if sc_flags is set to 0 2004-12-17 12:17:09 +00:00
miscfs Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
net ESP AESCTR got an official protocol number 2005-01-14 04:11:55 +00:00
net80211 IBSS-merge clean-up, inspired by some Linux patches from Jon Anderson 2005-01-04 00:56:51 +00:00
netatalk netatalk: remove a redundant extern decl of etherbroadcastaddr. 2005-01-08 03:11:03 +00:00
netccitt
netinet Duplicate nested if statement in PIM code (from the OpenBSD tree) 2005-01-15 06:50:47 +00:00
netinet6 remove a redundant check for ifindex2ifnet[idx] != 0 2004-12-21 11:40:12 +00:00
netipsec Fix missing break; Emmanuel Dreyfus. 2004-10-27 23:10:13 +00:00
netisdn
netiso Convert lo(4) to a clonable device. 2004-12-04 16:10:25 +00:00
netkey fixed a unexpected addr/port matching failure in SA management 2005-01-11 01:30:17 +00:00
netnatm
netns
netsmb
nfs adjust the UBC mapping code to support non-vnode uvm_objects. 2005-01-09 16:42:43 +00:00
opencrypto Cloning cleanup: 2004-11-30 04:25:43 +00:00
stand
sys bump to 2.99.14. for uvm_km_free_wakeup. 2005-01-13 11:53:34 +00:00
ufs Rearrange some code slightly to avoid uninitialized variable warnings. 2005-01-11 00:19:36 +00:00
uvm remove no longer needed #include. 2005-01-16 06:48:38 +00:00
Makefile