Age | Commit message (Expand) | Author |
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino |
2001-06-14 | OOPS | Theo de Raadt |
2001-06-14 | hackish auto-IV mode for IOV operations | Theo de Raadt |
2001-06-14 | dst ring corruption fix; jason | Theo de Raadt |
2001-06-14 | KNF | Theo de Raadt |
2001-06-13 | From NetBSD, 82562 requires a nop before a resume (tested by mickey) | Jason Wright |
2001-06-13 | add portuguese kbd map; from pmsac <pmsac@netcabo.pt> | Michael Shalayeff |
2001-06-13 | typo spotted by Mike Pechkin <mpech@prosoft.org.lv> | Niklas Hallqvist |
2001-06-13 | dmesg cleanup | Theo de Raadt |
2001-06-13 | regen | Michael Shalayeff |
2001-06-13 | cisco/aironet pci352; from Wolfgang Rupprecht <wolfgang@wsrcc.com> | Michael Shalayeff |
2001-06-12 | interrupts cannot happen before | Michael Shalayeff |
2001-06-12 | Make pci_mapreg_map take an extra argument where we can | Niklas Hallqvist |
2001-06-12 | regen | David Leonard |
2001-06-12 | Add Archos MiniCD (comes with some Toshiba laptops). ok csapuntz,fgsch | David Leonard |
2001-06-12 | Yet another entry for the Netgear FA410TXC; from | Federico G. Schwindt |
2001-06-11 | good when it compiles | Michael Shalayeff |
2001-06-11 | follow x11 behaviour wrt caps^shift, even i like it this way, but deraadtified | Michael Shalayeff |
2001-06-11 | Bail out of wi_attach() if the ether addr cannot be read from the | Todd C. Miller |
2001-06-11 | For PCI attachments print the CIS strings since otherwise all we have | Todd C. Miller |
2001-06-10 | inconsistantly redundant returns | Michael Shalayeff |
2001-06-10 | sg fixes from Mathias Schmocker <smat@acm.org> | Michael Shalayeff |
2001-06-10 | regen | Todd C. Miller |
2001-06-10 | shorten some things I added at Theo's request | Todd C. Miller |
2001-06-10 | In wi_cmd() wait for the busy bit to clear; from NetBSD (ichiro) | Todd C. Miller |
2001-06-09 | Updates from NetBSD: | Todd C. Miller |
2001-06-09 | Print firmware version for Lucent as well as Prism2 and break into | Todd C. Miller |
2001-06-09 | Set sc_dying in wskbd_detach, otherwise it's pointless. | Aaron Campbell |
2001-06-09 | Remove sc_ready from the softc, we can just test sc_events.io instead. | Aaron Campbell |
2001-06-09 | Allow wskbd_cngetc() to return any key pressed, not just ones in the ASCII | Aaron Campbell |
2001-06-08 | missed one; pointed out by ben fleis <ben@monkey.org> | Michael Shalayeff |
2001-06-08 | swiss french keyboard; from Mathias Schmocker <smat@acm.org> | Michael Shalayeff |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-06-08 | use pragma instead of attributing every and each struct, some spaces | Michael Shalayeff |
2001-06-08 | and add a note on result value importance | Michael Shalayeff |
2001-06-08 | invert caps w/ shifts, also cleanup the whole routine; pointed out by pvalche... | Michael Shalayeff |
2001-06-08 | Initial cut at a driver for the National Semiconductor DP83820 and DP83821 | Nathan Binkert |
2001-06-08 | Add support for National Semiconductor Gigabit PHYs (DP83891 and DP83861) | Nathan Binkert |
2001-06-08 | Add some general support info for gigabit phys | Nathan Binkert |
2001-06-08 | Put back bus_dmaification of context's (seems to have been fixed by | Jason Wright |
2001-06-07 | regen | Todd C. Miller |
2001-06-07 | no longer need bogus Linksys WPC11 entry now that we autodetect prism vs. lucent | Todd C. Miller |
2001-06-07 | Kill #define duplicates between if_wireg.h and if_wi_ieee.h | Todd C. Miller |
2001-06-07 | remove extra space before ether address for Lucent wi boards | Todd C. Miller |
2001-06-07 | no, definately *wi.* does not work here | Michael Shalayeff |
2001-06-07 | missed from last ci, all is from netbsd of course | Michael Shalayeff |
2001-06-07 | no longer need to set sc_prism2 manually | Todd C. Miller |
2001-06-07 | probe prism2 chips based on the probed card id, not cis | Michael Shalayeff |
2001-06-06 | be more consistant in codec i/o debug prints | Michael Shalayeff |
2001-06-06 | We now disable interrupts in the bus-specific attach routine. | Todd C. Miller |