summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-06-05RealTek 8139C+/8169/8169S/8110S PCI NIC driver from FreeBSD/NetBSDPeter Valchev
2004-06-05Add defines for RealTek 8139C+/8169/8169S/8110S; from FreeBSDPeter Valchev
2004-06-05Driver for the RealTek 8169S/8110S internal 10/100/1000 PHYPeter Valchev
2004-06-05syncPeter Valchev
2004-06-05gigE PHY in the RealTek 8169S/8110S chipsPeter Valchev
2004-06-05another try to re-add itTheo de Raadt
2004-06-05Remove unused file. We use aic7xxxvar.h.Kenneth R Westerback
2004-06-05Remove unused file. We use aic7xxxvar.h.Kenneth R Westerback
2004-06-04Remove the multicast address when we unconfigure the syncif.Ryan Thomas McBride
2004-06-04fix conversion to ether_crc32_be(). problem noticed by naddy@Brad Smith
2004-06-04Kill sys/cdefs.hAlexander Yurchenko
2004-06-04regen for ASUS SpaceLink WL-100Todd C. Miller
2004-06-04Add support for ASUS SpaceLink WL-100 PCMCIA 802.11b card; Sigfred HÃversenTodd C. Miller
2004-06-04regenTodd C. Miller
2004-06-04Fix pasto I introduced in Adaptec AWN-8030 additionTodd C. Miller
2004-06-04nsclpcsio can't be find on any amd64 board.Alexander Yurchenko
2004-06-04rootvp is already externed in systm.h, no need for a local externTed Unangst
2004-06-04grange: if you keep commiting stuff you did not test, you will run into troubleTheo de Raadt
2004-06-03prettyTheo de Raadt
2004-06-03Add support for the GPIO logical device.Alexander Yurchenko
2004-06-03gscpcib(4) -- National Semiconductor Geode SC1100 PCI-ISA bridge driver.Alexander Yurchenko
2004-06-03Enable GPIO for i386 port.Alexander Yurchenko
2004-06-03A framework for supporting various General Purpose Input/Output (GPIO)Alexander Yurchenko
2004-06-03Signal bus errors when a write back operation fails on 88110.Miod Vallat
2004-06-03Be sure to preserve r3 for syscalls which return 32-bit values.Miod Vallat
2004-06-03rl at cardbus, requested by brad. poor brad. everyones feel for him.Theo de Raadt
2004-06-03commented out ahdTheo de Raadt
2004-06-03all install media should compile roughly the same... so SMALL_KERNEL thisTheo de Raadt
2004-06-02tables like to allocate lots of memory at once. use the previousTed Unangst
2004-06-02rearrange the allocators we provide for general use.Ted Unangst
2004-06-02Add quirks field to the wdc softc and implement the first one:Alexander Yurchenko
2004-06-02fix for broken cpp in gcc3Michael Shalayeff
2004-06-02More realistic kernel pdt sizing for the Luna88k (sync with recent mvme88kMiod Vallat
2004-06-02Add ether_{add,del}multi(), makes multicast work.Ryan Thomas McBride
2004-06-01use M_MISCFSMNT to allocate nullfs memory, ok tedu@Pedro Martelletto
2004-06-01dv_xname is not the same as dv_unit (for hell knows what reason)Michael Shalayeff
2004-06-01regenTodd C. Miller
2004-06-01Add support for the Adaptec AWN-8030 WLAN pcmcia-card (prism 2.5) fromTodd C. Miller
2004-06-01Replace hand-rolled crc32 with ether_crc32_le().Ryan Thomas McBride
2004-06-01there's no use in checking curproc privilege in input path.Jun-ichiro itojun Hagino
2004-06-01some revisions have issues sending lots of packets.Ted Unangst
2004-05-31explanatory comments for the uvm_km_page functions.Ted Unangst
2004-05-31initialize struct carp_if and let vhif_nvrs counter work. ok mcbride@Marco Pfatschbacher
2004-05-31thinko, reported by Fernando BragaDaniel Hartmeier
2004-05-31work around an LP64 problem where we report an excessively large windowBrad Smith
2004-05-31When loading multicast filters, accept all multicast when we encounterRyan Thomas McBride
2004-05-31Replace local crc32 with ether_crc32_be.Ryan Thomas McBride
2004-05-31Define MAXSYMLINKS in terms of SYMLOOP_MAX just as MAXPATHLEN is definedTodd C. Miller
2004-05-31Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAXTodd C. Miller
2004-05-31Updates based on Single Unix; OK deraadt@Todd C. Miller