summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-09-10regenBrad Smith
2005-09-10add Neterion vendor id and Xframe 10GbE product id.Brad Smith
2005-09-09knf. no binary change.Federico G. Schwindt
2005-09-09typosPedro Martelletto
2005-09-09regenMichael Shalayeff
2005-09-09another via host bridge; from Maxim Bourmistrov <maxim@student.chalmers.se>Michael Shalayeff
2005-09-08- Removes spl durring attachBrad Smith
- Use pci_mapreg_map() - Ensure bge_attach() always cleans up properly upon failure ok krw@ sturm@
2005-09-08save the pcitagReyk Floeter
2005-09-08regenMichael Shalayeff
2005-09-08two more ibm serveraid idsMichael Shalayeff
2005-09-08remove unused variables from ath_pci_softcReyk Floeter
2005-09-08use ieee80211_iterate_nodes to iterate the nodes and add a extra checkReyk Floeter
for the maximal number of gpio pins.
2005-09-08fix a possible division by zero by using minimal default values for theReyk Floeter
beacon interval and the beacon miss timeout (beacon interval * 7).
2005-09-08tell the driver to allocate memory for the size of ath_pci_softcReyk Floeter
instead of ath_softc. this fixes possible page faults with ath@pci.
2005-09-08make comments match the fact that we are on sun4u, plus minor cleanupMartin Reindl
ok mickey@
2005-09-08mostly knfReyk Floeter
ok jsg@
2005-09-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
ok reyk@
2005-09-08Remove FreeBSD if_printf compat function from net80211.Jonathan Gray
ok reyk@
2005-09-08reset the scan state for each new modeReyk Floeter
ok jsg@
2005-09-08free(NULL, ...) is not safe in the kernel. So check for NULL'nessKenneth 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-08add 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-08remove some trailing whitespaceBrad Smith
2005-09-08make de(4) use ether_input_mbuf()Brad Smith
From thorpej NetBSD ok krw@ martin@
2005-09-07do not try to restore the spl level two times in a row.Brad Smith
ok martin@
2005-09-07Part of Alexandre Ratchov's last umidi diff that should have been committed.Jonathan Gray
pointed out by reyk@
2005-09-07Remove FreeBSD/NetBSD ifdef mess. We are not likely to beJonathan Gray
doing a wholesale merge with them in future. very enthusiastic ok from reyk@
2005-09-07Fix bug that caused multi byte MIDI messages to get corruptedJonathan 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-07sync on shutdownMichael Shalayeff
2005-09-07kill dead func protoMichael Shalayeff
2005-09-06fix two conf space related hw erratas; dino-moh-hummMichael Shalayeff
2005-09-06regenMichael Shalayeff
2005-09-06add proj namesand those more modern cpus we do not have ids for yetMichael Shalayeff
2005-09-06Remove old m88k workaround, now that we have SET_PC_REGS().Miod Vallat
2005-09-06Initialize max_cpus for 88110-based systems (i.e. 197 boards). Makes pmapMiod Vallat
so much happy.
2005-09-06Do not depend on MAX_CPUS being 4.Miod Vallat
2005-09-06Correct control registers descriptive names for 88110.Miod Vallat
2005-09-06MVME88K -> M88K in include file guard symbols. No functional changes.Miod Vallat
2005-09-06Remove misleading NCPUS (hardcoded) option. From the SMP tree.Miod Vallat
2005-09-06anomoly -> anomalyMiod Vallat
2005-09-06typoJolan Luff
2005-09-06Enforce splbio() while traversing the worklist inPedro Martelletto
softdep_disk_io_initiation(). Testing by dtucker@ and krw@, okay deraadt@ long ago.
2005-09-06Describe the steps involved in allocating a new inode and space the codePedro 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() tooBrad Smith
- remove more unused code - remove some of the macros to make this more readable ok krw@
2005-09-06Step three: remove now unused advmcode*.Kenneth R Westerback
Requested by deraadt@ a while ago.
2005-09-06Step two: use advmcode* in their new location.Kenneth R Westerback
Requested by deraadt@ a while ago.
2005-09-06First step in moving advmcode* from dev/ic to dev/microcode/adw.Kenneth R Westerback
Requested by deraadt@ a while ago.
2005-09-06another round of removing ifdef crud from this driver.Brad Smith
ok krw@ martin@
2005-09-05On the road again.Miod Vallat
2005-09-05correct manfid length check.Federico G. Schwindt
2005-09-05in DIOCCHANGERULE, properly initialize table, if used in NAT rule.Daniel Hartmeier
from Boris Polevoy <vapcom at mail dot ru>, ok mcbride@