summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-04-10add support for true RNG presented on the i82802 FWH.Michael Shalayeff
2000-04-10make .mpg playing more usefull, i.e. supply entropyMichael Shalayeff
2000-04-10add support for more random sources.Michael Shalayeff
2000-04-10- Add back code from the original aeon driver to handle missed interrupts byJason Wright
2000-04-10Use pci_mapreg_map() instead of pci_io_find() and pci_mapreg_map()Todd C. Miller
2000-04-10regenMichael Shalayeff
2000-04-10a couple of xircom ethernet controllersMichael Shalayeff
2000-04-10Aironet PCI shim; all the real meat is in sys/ic/an.c.Todd C. Miller
2000-04-10regenTodd C. Miller
2000-04-10Pare down the AIRONET strings a bitTodd C. Miller
2000-04-10don't return directly from bridge_ioctl without splx() on invalid encJason Wright
2000-04-10regen from pcidevsTodd C. Miller
2000-04-10Add Aironet PC4500 and PC4800Todd C. Miller
2000-04-10Minor oops in sanity logic, IFF_RUNNING is set/unset with IFF_UP,Angelos D. Keromytis
2000-04-10Oops on sanity logic.Angelos D. Keromytis
2000-04-10Added support for wd detach (merge from NetBSD). Support forConstantine Sapuntzakis
2000-04-10output routine enqueues and calls start, rather than requeueing for input.Angelos D. Keromytis
2000-04-10Typo.Angelos D. Keromytis
2000-04-10SIOCAIFADDR.Angelos D. Keromytis
2000-04-10Allow setting address.Angelos D. Keromytis
2000-04-09range error; < cd_ndevs, not <=Theo de Raadt
2000-04-09fix ulpt major # allocationMatthieu Herrb
2000-04-09Put the line-wrap check back under STATE_INIT. It was causing some displayAaron Campbell
2000-04-09Move a locking function that was spread throughout disk device drivers intoConstantine Sapuntzakis
2000-04-09Added config_detach_children, config_activate_children.Constantine Sapuntzakis
2000-04-09Pass ip_off and ip_len in the correct byte order to icmp_error(); thisAngelos D. Keromytis
2000-04-09Don't trust the TOC coming from the drive so much.Constantine Sapuntzakis
2000-04-08If the vendor name is NULL, do not output a leading space; reported by deraadt@Aaron Campbell
2000-04-08Y-E UFI drives don't clear sense on INQUIRY. Upper-layer SCSI driversConstantine Sapuntzakis
2000-04-08Add RCSids.Aaron Campbell
2000-04-08These days, attach can occur outside the tsleep-restricted world ofConstantine Sapuntzakis
2000-04-08Complete the port to OpenBSD started by aaron@Constantine Sapuntzakis
2000-04-08If IFF_LINK0 is set, do IP-in-IP instead of Ethernet-in-IP. This willAngelos D. Keromytis
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell
2000-04-082.7-betaTheo de Raadt
2000-04-07Another option, PCIBIOS_BUS_FIXUP, is needed for CardBus on some machines.Aaron Campbell
2000-04-07Need <sys/device.h>.Aaron Campbell
2000-04-07Protect MAXPHYS against redefinition- this allows you to make a configmjacob
2000-04-07add DISKMINOR(), and repair redefinitionsTheo de Raadt
2000-04-07add DISKMINOR(), and repair redefinitionsTheo de Raadt
2000-04-07correct debug printoutsNiklas Hallqvist
2000-04-07remove staticsNiklas Hallqvist
2000-04-06in the heat of the night...Todd T. Fries
2000-04-06add vm/vm.h for prototypes; from mickey@Todd T. Fries
2000-04-06Don't match AIC6915 -- that's a network card, supported by sf(4).Aaron Campbell
2000-04-06only call get_random_bytes() once in m_pad()Theo de Raadt
2000-04-06include vm/vm.h because some stuff in the kernel depends on that.Artur Grabowski
2000-04-06Random cleanup.Artur Grabowski
2000-04-06Get FC connection topology out of f/w during startup. Reset restrictionmjacob
2000-04-06Remove restriction against bus resets for Ultra3 cards (and whatmjacob