Age | Commit message (Expand) | Author |
2006-07-09 | *enty->*ently where applicable | Miod Vallat |
2006-06-17 | add sys/timeout.h | Brad Smith |
2006-06-03 | make detachable, inspired by netbsd | Martin Reindl |
2006-06-02 | ditch unused struct isadev and in turn the isavar.h include | Martin Reindl |
2006-05-28 | remove the dev/isa/isavar.h include, as it is not needed | Felix Kronlage |
2006-05-22 | Attach routines can fail before calling *hook_establish(), and they | Kenneth R Westerback |
2006-04-21 | Fix a typo and remove an unreachable label to let this compile again. | Uwe Stuehler |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat |
2006-04-20 | Make these compile again. | Miod Vallat |
2006-04-20 | regen | Brad Smith |
2006-04-20 | add the Belkin F5D6020 802.11b WLAN card. | Brad Smith |
2006-04-16 | Preliminary driver for the Colorgraphic VoyagerVGA pcmcia frame buffer; | Miod Vallat |
2006-04-16 | If we stumble on a card with no declared functions, try attaching it anyway, | Miod Vallat |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-13 | Set the address decode bit only if the iobase 0 register is available. | Federico G. Schwindt |
2006-03-10 | ansi. no binary change. | Jonathan Gray |
2006-03-04 | Add support for Socket CF 10/100. | Jonathan Gray |
2006-03-04 | regen | Jonathan Gray |
2006-03-04 | Add Socket CF 10/100. | Jonathan Gray |
2006-01-30 | Add basic radiotap support. Modelled somewhat after | Jonathan Gray |
2006-01-23 | update sm(4) from NetBSD, including support for more models and MII; | Martin Reindl |
2006-01-09 | Move an(4) to a driver based on the NetBSD one. | Jonathan Gray |
2005-12-17 | regen | Jonathan Gray |
2005-12-17 | Add 3Com 3CRWE62092B and SanDisk ConnectPlus. | Jonathan Gray |
2005-12-13 | add novatel NRM6831; from Felix Kronlage <fkr@hazardous.org> | Michael Shalayeff |
2005-12-09 | Don't disestablish a NULL interrupt handle after an incomplete attachment. | Uwe Stuehler |
2005-12-05 | trendnet TE-CF100 support; tested and ok uwe@. | Federico G. Schwindt |
2005-12-05 | regen. | Federico G. Schwindt |
2005-12-05 | TRENDnet, CompactFlash Fast Ethernet Adapter, TE-CF100; from uwe@ | Federico G. Schwindt |
2005-11-23 | use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes... | Michael Shalayeff |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-11-09 | splimp -> splnet | Brad Smith |
2005-10-31 | ammount -> amount | Miod Vallat |
2005-10-31 | Move from arpcom to ieee80211com in wi softc. This will be | Jonathan Gray |
2005-10-27 | use a quirk to attach the new sierra wireless; tony@kozoru.com | Theo de Raadt |
2005-10-27 | new sierra card; tony@kozoru.com | Theo de Raadt |
2005-10-22 | shorten ne(4) dmesg entries from 2-3 lines to 1. | Brad Smith |
2005-10-06 | remove comment about M_HASFCS | Brad Smith |
2005-09-26 | Share com probe code between com and pccom; allows us to get rid of awkward | Miod Vallat |
2005-09-19 | spaces. | Federico G. Schwindt |
2005-09-19 | another D-Link DFE-670TXD PCMCIA varient; from henrik@flodell.se; ok fgsch | Theo de Raadt |
2005-09-18 | ansi. No binary change. | Jonathan Gray |
2005-09-13 | only include what is needed (tree.h) and not the whole metric assload of unre... | Michael Shalayeff |
2005-09-13 | replace the node hash table with a red-black tree. this fixes some | Reyk Floeter |
2005-08-10 | Audiovox RTM-8000 has a st16650 uart but its fifo is 16 bytes instead of | Federico G. Schwindt |
2005-08-05 | correct io base/limit registers handling. from mycroft. only affects | Federico G. Schwindt |
2005-08-01 | CISTPL_CONFIG min length should be 3, not 5. audiovox GPRS works now. | Federico G. Schwindt |
2005-07-19 | more adaption for new com files framework | Theo de Raadt |
2005-06-20 | Replace arpcom in the softc with ieee80211com in preparation for | Jonathan Gray |
2005-06-08 | remove netns crud. | Henning Brauer |