summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-01-19format string fixesHenning Brauer
inspired by Thorsten Glaser via fries@ ok theo
2003-01-18Argh! KNF.Ryan Thomas McBride
pointed out in advance by dhartmei@
2003-01-18Make nat behave the way it used to by copying back the random source portRyan Thomas McBride
correctly. Also remove some extra cruft in pf_get_sport related to the "static-port" behaviour. bug report from mpech@ and form@ testing cedric@ "looks sane to me" henning@ ok dhartmei@
2003-01-17allow setting com baudrate up to 115200; req and testing by Sourabh Ladha ↵Michael Shalayeff
<ladha@mail.eecis.udel.edu>
2003-01-17Build sparc64 kernels with the same options as other architectures.Dale Rahn
Doesn't change how the kernel layout occurs, and is required for upcoming binutils/ld change.
2003-01-17typo: bandwith -> bandwidthCamiel Dobbelaar
2003-01-17The end of the track is one frame before the first frame of the next trackJason Wright
(and right before the leadout track in the case of the last track). Some CDROM's are evidentally picky about being asked to play the first frame of the leadout.
2003-01-17syncTheo de Raadt
2003-01-17typoTheo de Raadt
2003-01-1780-pin -> 80-wire in debug output; requested by chris@Alexander Yurchenko
2003-01-16recognize the Hauppauge wintv-fm #191; from wolfgang@wsrcc.comMichael Shalayeff
2003-01-16syncTheo de Raadt
2003-01-16fuckheadsTheo de Raadt
2003-01-16slightely better memory regions validity check; weingart@ idea and okMichael Shalayeff
2003-01-16do not include the bsd into the lif, make links in the mdecMichael Shalayeff
2003-01-16Missing breakAlexander Yurchenko
2003-01-16- add two inline functions for accessing chip configuration spaceAlexander Yurchenko
through the index and data registers - proper registers and bits names - more debug in cable detection - back the code for checking interrupt asserting in case of shared IRQ, it seems to solve the problem with repeatable ``bugus intr'' messages in PDC20376 (one more step to get it working); based on tests by j@pureftpd.org Some input and ok from costa@
2003-01-16regenMichael Shalayeff
2003-01-16add support for a few more devices (sis7012, nforce, amd768, amd8111), from ↵Michael Shalayeff
netbsd
2003-01-16Add channel number to report of registers mapping type.Alexander Yurchenko
2003-01-16getting rid of vm_offset_t.Artur Grabowski
2003-01-16Getting rid of vm_offset_tArtur Grabowski
2003-01-16Don't hardcode IO mapping for cmd/ctl regs, use pci_mapreg_type()Alexander Yurchenko
instead. This allows chips with memory mapped registers (e.g. Promise PDC20376) to work. ok costa@
2003-01-16optimize accessing the md_regs through use of local varsMichael Shalayeff
2003-01-15Fix two minor nits; deraadt@ OKTodd C. Miller
o Avoid taking the address of an array when we just want a pointer o Use &array[1] not array + 1
2003-01-15a few missing bits (not all) and force pc into user mode when writing in, ↵Michael Shalayeff
allows pmdb use
2003-01-15regenMichael Shalayeff
2003-01-15a few more products and wdcMichael Shalayeff
2003-01-15Fix another buglet with inactive sets.Cedric Berger
table <foo> { 1.2.3.4 1.2.3.4 1.2.3.4 } Was causing the kernel to become noisy. Now duplicates are silently rejected.
2003-01-15Fix a buglet when one "creates" a table which is already in theCedric Berger
referenced or inactive set. Flags were not updated correctly. Tested on i386, sparc64. More regression tests coming.
2003-01-15there is no machine/gprof.hMichael Shalayeff
2003-01-15Cleanup NULL tests in and around pfr_destroy_ktable().Cedric Berger
Makes code more readable.
2003-01-15Kill stupid leaks when using FLAG_DUMMY option.Cedric Berger
Removes "_" from pool names. Regression tests for memory allocation coming soon....
2003-01-15Get rid of the remaining vm_offset_t in pci drivers.Artur Grabowski
2003-01-15Get rid of vm_offset_t in bktr.Artur Grabowski
2003-01-15skip zero-sized memory regions, which pass otherwise due to the address ↵Michael Shalayeff
rounding and such; from Carson Harding <harding@motd.ca>
2003-01-15revert last change; request from mickey@Alexander Yurchenko
2003-01-14regenAnil Madhavapeddy
2003-01-14add ATI Radeon 9500/9700 gfx cardAnil Madhavapeddy
henning@ ok
2003-01-14In wihap_shutdown() use a broadcast for disassoc and deauth packetsTodd C. Miller
instead of sending a separate packet to each station. Based on a patch from merith AT vantronix DOT net
2003-01-14that's where the label really is nowMichael Shalayeff
2003-01-14Add a define for easy access to sc_wdcdev.sc_dev.dv_xnameAlexander Yurchenko
2003-01-14Move sunkbd defn to common place and remove old event.c referenceJason Wright
2003-01-14Remove dead filesJason Wright
2003-01-14do not fail if there is no disklabel found, could be netbootingMichael Shalayeff
2003-01-14up the boot version after recent changesMichael Shalayeff
2003-01-14fix cutnpaste in the cpu table for the itlbna field; from herr weissmanndudeMichael Shalayeff
2003-01-14need pdc_hwtlb always; pt out by herr weissmanndudeMichael Shalayeff
2003-01-14include the _l tlb functions for 7300lc as well; pt put by the weissmanndudeMichael Shalayeff
2003-01-14during the open store the partition offset and do subsequent io relative to ↵Michael Shalayeff
that offset, allows reading kernel from scsi disk