Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-10 | regen | Brad Smith | |
2005-09-10 | add Neterion vendor id and Xframe 10GbE product id. | Brad Smith | |
2005-09-09 | knf. no binary change. | Federico G. Schwindt | |
2005-09-09 | typos | Pedro Martelletto | |
2005-09-09 | regen | Michael Shalayeff | |
2005-09-09 | another via host bridge; from Maxim Bourmistrov <maxim@student.chalmers.se> | Michael Shalayeff | |
2005-09-08 | - Removes spl durring attach | Brad Smith | |
- Use pci_mapreg_map() - Ensure bge_attach() always cleans up properly upon failure ok krw@ sturm@ | |||
2005-09-08 | save the pcitag | Reyk Floeter | |
2005-09-08 | regen | Michael Shalayeff | |
2005-09-08 | two more ibm serveraid ids | Michael Shalayeff | |
2005-09-08 | remove unused variables from ath_pci_softc | Reyk Floeter | |
2005-09-08 | use ieee80211_iterate_nodes to iterate the nodes and add a extra check | Reyk Floeter | |
for the maximal number of gpio pins. | |||
2005-09-08 | fix a possible division by zero by using minimal default values for the | Reyk Floeter | |
beacon interval and the beacon miss timeout (beacon interval * 7). | |||
2005-09-08 | tell the driver to allocate memory for the size of ath_pci_softc | Reyk Floeter | |
instead of ath_softc. this fixes possible page faults with ath@pci. | |||
2005-09-08 | make comments match the fact that we are on sun4u, plus minor cleanup | Martin Reindl | |
ok mickey@ | |||
2005-09-08 | mostly knf | Reyk Floeter | |
ok jsg@ | |||
2005-09-08 | Remove the last of the FreeBSD compatiblity goop. | Jonathan Gray | |
ok reyk@ | |||
2005-09-08 | Remove FreeBSD if_printf compat function from net80211. | Jonathan Gray | |
ok reyk@ | |||
2005-09-08 | reset the scan state for each new mode | Reyk Floeter | |
ok jsg@ | |||
2005-09-08 | free(NULL, ...) is not safe in the kernel. So check for NULL'ness | Kenneth R Westerback | |
before free()'ing buf in sd_get_parms(). Tweak code so there is only one free(buf, ...) to worry about. ok deraadt@. | |||
2005-09-08 | add missing TULIP_STS_LINKFAIL flag in tulip_21041_media_probe(). | Brad Smith | |
From NetBSD rev 1.67 and verified to still be there in -current. | |||
2005-09-08 | remove some trailing whitespace | Brad Smith | |
2005-09-08 | make de(4) use ether_input_mbuf() | Brad Smith | |
From thorpej NetBSD ok krw@ martin@ | |||
2005-09-07 | do not try to restore the spl level two times in a row. | Brad Smith | |
ok martin@ | |||
2005-09-07 | Part of Alexandre Ratchov's last umidi diff that should have been committed. | Jonathan Gray | |
pointed out by reyk@ | |||
2005-09-07 | Remove FreeBSD/NetBSD ifdef mess. We are not likely to be | Jonathan Gray | |
doing a wholesale merge with them in future. very enthusiastic ok from reyk@ | |||
2005-09-07 | Fix bug that caused multi byte MIDI messages to get corrupted | Jonathan Gray | |
when a single real time byte is inserted. From Alexandre Ratchov. While I don't have a umidi device to test here it looks correct to me and alex has a history of sending good MIDI diffs. ok deraadt@ | |||
2005-09-07 | sync on shutdown | Michael Shalayeff | |
2005-09-07 | kill dead func proto | Michael Shalayeff | |
2005-09-06 | fix two conf space related hw erratas; dino-moh-humm | Michael Shalayeff | |
2005-09-06 | regen | Michael Shalayeff | |
2005-09-06 | add proj namesand those more modern cpus we do not have ids for yet | Michael Shalayeff | |
2005-09-06 | Remove old m88k workaround, now that we have SET_PC_REGS(). | Miod Vallat | |
2005-09-06 | Initialize max_cpus for 88110-based systems (i.e. 197 boards). Makes pmap | Miod Vallat | |
so much happy. | |||
2005-09-06 | Do not depend on MAX_CPUS being 4. | Miod Vallat | |
2005-09-06 | Correct control registers descriptive names for 88110. | Miod Vallat | |
2005-09-06 | MVME88K -> M88K in include file guard symbols. No functional changes. | Miod Vallat | |
2005-09-06 | Remove misleading NCPUS (hardcoded) option. From the SMP tree. | Miod Vallat | |
2005-09-06 | anomoly -> anomaly | Miod Vallat | |
2005-09-06 | typo | Jolan Luff | |
2005-09-06 | Enforce splbio() while traversing the worklist in | Pedro Martelletto | |
softdep_disk_io_initiation(). Testing by dtucker@ and krw@, okay deraadt@ long ago. | |||
2005-09-06 | Describe the steps involved in allocating a new inode and space the code | Pedro Martelletto | |
a bit, to improve readability. Okay krw@ and art@, input from deraadt@ and jmc@. | |||
2005-09-06 | - fix up the ioctl handler and make it use ether_ioctl() too | Brad Smith | |
- remove more unused code - remove some of the macros to make this more readable ok krw@ | |||
2005-09-06 | Step three: remove now unused advmcode*. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-09-06 | Step two: use advmcode* in their new location. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-09-06 | First step in moving advmcode* from dev/ic to dev/microcode/adw. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-09-06 | another round of removing ifdef crud from this driver. | Brad Smith | |
ok krw@ martin@ | |||
2005-09-05 | On the road again. | Miod Vallat | |
2005-09-05 | correct manfid length check. | Federico G. Schwindt | |
2005-09-05 | in DIOCCHANGERULE, properly initialize table, if used in NAT rule. | Daniel Hartmeier | |
from Boris Polevoy <vapcom at mail dot ru>, ok mcbride@ |