summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-01-13Improve robustness & error handling. More thorough checks of user data.Cedric Berger
- Reject invalid CIDR networks (1.2.3.4/16 & friends). - Only allow values 0 or 1 for the "neg" flag. - Require all unused data to be set to 0 in pfr_addr and pfr_table. - Always check the return value of pfr_route_entry(). - Remove redundant kernel messages. Tested on i386, sparc64. Pass my (uncommited) regression tests.
2003-01-13Fix pastos. Reported by andres at msu dot edu.Thierry Deval
2003-01-13Bye, bye vm_offset_t and vm_size_t, sparc doesn't need you anymore.Artur Grabowski
2003-01-13Sysctls for fetching intrcnt.Artur Grabowski
2003-01-13make it compile w/ SCSIDEBUG defined, found by brad@Michael Shalayeff
2003-01-13Cleaner SBP2 status response treatment.Thierry Deval
2003-01-13make 3com 9201 really work - got the last success report a bit early.Henning Brauer
tested by "Johan M:son Lindman" <tybollt at solace.mh.se>
2003-01-12support the 3com 9201 found on nForce2-based Asus A7N8XHenning Brauer
tested by Johan M:son Lindman <tybollt at solace.mh.se>
2003-01-12regenHenning Brauer
2003-01-12SiS 745 chipset stuff; from jcbender@benderhome.net w/ minor adjustmentsHenning Brauer
by me.
2003-01-123com 9201 found on Asus A7N8X deluxe mainboardHenning Brauer
2003-01-12regenAlexander Yurchenko
2003-01-12more kernel growth requires me to remove uhaTheo de Raadt
2003-01-12Add Silicon Image SiI3112 SATA controllerAlexander Yurchenko
2003-01-12regenAlexander Yurchenko
2003-01-12Missed nForce2 IDEAlexander Yurchenko
2003-01-12regenHenning Brauer
2003-01-12bunch of devices for the nVidia nForce2 chipsetHenning Brauer
some input grange@, tested by Johan Lindman <tybollt at solace.mh.se>
2003-01-12Cleaner equivalent to p1212_calc_crc() + some param shortcuts.Thierry Deval
2003-01-12Trust the link_speed from SelfID (PHY), better than a minimalist (usuallyThierry Deval
fixed) ConfigROM.
2003-01-12- Use OHCI_BITVAL and OHCI_BITSET where appropriate.Thierry Deval
- Use the IEEE1394_SELFID names, instead of dumb hex constants. - Get the nodes' link_speed from the SeldID PHY packets. - Some more cleanup.
2003-01-12- Capitalize hex constants.Thierry Deval
- Add OHCI_BITSET, the counterpart of OHCI_BITVAL. - Make all the defined value fields have the _MASK/_BITPOS form.
2003-01-12Add a link_speed entry to the UID table + readability knit.Thierry Deval
2003-01-12Add link_speed to attach arg.Thierry Deval
2003-01-12Add PHY packets defines.Thierry Deval
2003-01-12regenMichael Shalayeff
2003-01-12order the intel section and add a couple of nforce prods from dmesglogMichael Shalayeff
2003-01-12add support for via rhine III; Jonathon Fletcher, jonathon.fletcher at pobox ↵Jason Wright
dot com
2003-01-12pad tx buffer with zero's; John L. Scarfone, j0 at cox.netJason Wright
2003-01-11regenHenning Brauer
2003-01-11VIATECH VT8235_AGPHenning Brauer
2003-01-11regenHenning Brauer
2003-01-11Via VT8377 Host-PCIHenning Brauer
2003-01-11syncJason Wright
2003-01-11via rhine III; jonathon.fletcher at pobox.comJason Wright
2003-01-11add back fserr and fsbail deleted in previous commitJason Wright
2003-01-10Add support for Symbol LA4123 and Nortel E-mobility 211818-A PCITodd C. Miller
cards. These use an ACEX EP1K30 programmable logic device (PLD) as the PCMCIA->PCI bridge. There's no documentation available on how Symbol has this configured; the magic bits are based on modifications to the Linux orinoco driver by Tobias Hoffmann. He, in turn, figured out the magic from the Windows driver. This does mean we have undocuemnted hex constants; sigh. I also moved commented bridge chip info to right before the appropriate bridge attachment. The massive comment at the top of the file was becoming illegible.
2003-01-10Don't call wi_cor_reset() in wi_attach(); since sc_firmware_type isTodd C. Miller
not set yet this is a NOOP (noticed some time ago by fgs@). Call wi_cor_reset() from wi_watchdog() so we do a soft reset of the card. Currently, we only reset Symbol cards but should probably reset all but Lucent cards with very old firmware revisions.
2003-01-10now that epconfig() prints stuff another new way fix the dmesg print again. ↵Michael Shalayeff
also reclaim resources on failures and etc
2003-01-10Fix adding and deleting addresses in a table when there is a conflict withCedric Berger
the "negated" attribute of an address. The previous behaviour was incorrect in both cases (too strict for the add command and too permissive for the delete command). ok dhartmei@
2003-01-10splio->splbio in commentAlexander Yurchenko
2003-01-10Cosmetic change, makes code a bit easier to understand.Cedric Berger
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
remaining instances of them with appropriate copy(9) usage. ok art@, tested on all arches unless my memory is non-ECC
2003-01-09on user trap space mismatch just kill the offender, panic the kernel otherwiseMichael Shalayeff
2003-01-09minor KNFHenning Brauer
2003-01-09restore the prev version of the kq filter for events do not get delivered ↵Michael Shalayeff
properly; reported by dugsong@
2003-01-09(whitespace) KNF, re-fold -w 80Daniel Hartmeier
2003-01-09fix dmesg print and free resources on failuresMichael Shalayeff
2003-01-09Add support for active/inactive tablesets in the kernel.Cedric Berger
Add table definition/initialisation construct in pfctl parser. Add and fix documentation for pf.4 and pf.conf.5. Tested on i386 and sparc64 by myself, macppc by Daniel. ok dhartmei@
2003-01-09Remove last use of vm_offset_t from sparc.Artur Grabowski