NetBSD/sys
jschauma 1777ce56e3 Add support for two new devices:
-  LaCie Pocket Drive (http://www.lacie.com/products/product.htm?id=10023)
-  a Pen Drive (http://www.flash-memory-store.com/51usbflasdri.html)

The latter shows as a uhub with a umass and a ugen.  The ugen is the
"Secure Write" device, which presumably allows password protection with the
appropriate (windows only) driver.  Works fine without.

Ok by augustss.
2003-06-26 00:18:08 +00:00
..
altq fix typo, from David Laight. 2003-01-06 15:20:24 +00:00
arch Declare USELEDS option, now that locore.s tries to include opt_useleds.h. 2003-06-25 21:02:19 +00:00
coda PR/1796: John Kohl: statfs misbehaves under chrooted environments. 2003-04-16 21:44:18 +00:00
compat #ifdef _KERNEL_OPT police 2003-06-25 20:30:15 +00:00
conf Bump version to 1.6U, because of PCI attach args changes. 2003-06-15 23:11:25 +00:00
crypto sprinkle some #ifdef __LINT__ until C9X named union member 2003-02-09 16:25:27 +00:00
ddb Somehow overlooked in earlier commits: prototype db_kgdb_cmd(). 2003-05-22 20:17:11 +00:00
dev Add support for two new devices: 2003-06-26 00:18:08 +00:00
fs #ifdef _KERNEL_OPT police 2003-06-23 14:59:21 +00:00
gdbscripts Clean up the output a little and print the lwp pointer. 2003-04-28 01:43:48 +00:00
ipkdb Don't record option-dependencies here, since none of these options 2002-10-11 00:50:30 +00:00
kern revert rev.1.28. (free -> FREE changes) 2003-06-25 14:34:55 +00:00
lib Protect opt_*.h include by _KERNEL_OPT 2003-06-23 14:17:24 +00:00
lkm use "rm -f $@ ; ln -s ... $@" instead of "ln -sf ... $@" 2003-05-04 06:36:37 +00:00
miscfs Micro-optimisation- move the "pgs == NULL" check from the previous 2003-06-17 04:17:37 +00:00
net recover code that requires exact match on rtm_change/lock (lost in 1.16). 2003-06-24 08:31:32 +00:00
netatalk Make sure to include opt_foo.h if a defflag option FOO is used. 2003-06-23 11:00:59 +00:00
netccitt "Utilize" has exactly the same meaning as "use," but it is more 2003-02-05 00:02:24 +00:00
netinet #ifdef _KERNEL_OPT police 2003-06-23 14:59:21 +00:00
netinet6 remove unneeded checks of accept_rtadv. from kame 2003-06-24 07:54:47 +00:00
netisdn use strlcpy 2003-05-16 05:12:32 +00:00
netiso Keep pkthdr when prepending new mbuf in front of a given chain. 2003-05-25 08:47:54 +00:00
netkey tighten sanity check on ipsec policy. sync w/kame 2003-06-16 08:11:03 +00:00
netnatm Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
netns Add extensible malloc types, adapted from FreeBSD. This turns 2003-02-01 06:23:35 +00:00
netsmb Make it compile with DEBUG but no DIAGNOSTIC. 2003-06-02 20:43:36 +00:00
nfs - instead of scaning a list when looking up 2003-06-25 14:37:50 +00:00
stand
sys PR/21948: Todd Vierling: Implement MAP_TRYFIXED for linux emulation. 2003-06-23 21:32:33 +00:00
ufs OS X still seems to use the old nrpos field in the superblock, and gets 2003-06-12 18:50:43 +00:00
uvm PR/21948: Todd Vierling: Implement MAP_TRYFIXED for linux emulation. 2003-06-23 21:32:33 +00:00
Makefile Do not try to build LKMs on evbppc, because we cannot predetermine 2003-03-15 22:32:07 +00:00