summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-02-10Add hme at pciJason Wright
2003-02-10Try to fetch MAC address from ebus bridge; based on NetBSDJason Wright
2003-02-10fix pcs and pcxt recognition. from weissmanndudeMichael Shalayeff
2003-02-10fix sparc64 specific commonsJason Wright
2003-02-10unneeded defnsJason Wright
2003-02-09Slightly less noisy debug printf from pf_map_addr(), ok mcbride@Daniel Hartmeier
2003-02-09Swiss French ADB keyboard layout, tested against Powerbook keyboard markings,Miod Vallat
live from FOSDEM.
2003-02-09Must set BCR0/BCR1 since they can override the RXCFG/TXCFG registers; from ↵Jason Wright
freebsd via openbsd pr 3086 (thom at press dot alt-f4 dot org)
2003-02-09make ESP_SBUS_DEBUG compileJason Wright
2003-02-08avoid more spurious printfs (account for other uninteresting events).Jason Wright
2003-02-08Add scrub option 'random-id', which replaces IP IDs with random valuesDaniel Hartmeier
for outgoing packets that are not fragmented (after reassembly), to compensate for predictable IDs generated by some hosts, and defeat fingerprinting and NAT detection as described in the Bellovin paper http://www.research.att.com/~smb/papers/fnat.pdf. ok theo@
2003-02-08definitions and structures for vital product data (VPD); from netbsdJason Wright
2003-02-08ansiHenning Brauer
2003-02-08allow for xfs; ok miodTodd T. Fries
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationPeter Valchev
of the n'th (n>1) file fails, the previous ones get removed before exit(1) Idea by jason; ok millert deraadt
2003-02-08fix /tmp races; this no longer leaves files around. ok millert jason henricPeter Valchev
2003-02-08syncTheo de Raadt
2003-02-08typoTheo de Raadt
2003-02-07typos;Jason McIntyre
2003-02-06syncTheo de Raadt
2003-02-06minor tweaks; raj@cerias.purdue.eduTheo de Raadt
2003-02-06include isp firmware on some sparc64 media; and resize the media that isTheo de Raadt
too small
2003-02-05regenMichael Shalayeff
2003-02-05compaq pci hot plug controllerMichael Shalayeff
2003-02-05syncJason Wright
2003-02-05add cavium and nitrox xlJason Wright
2003-02-05Add knob for getting at the "output level bit", supposedly changes theJason Wright
full scale outputs between 2.8Vpp and 2.0Vpp for line.
2003-02-05implement a few wsdisplay ioctls. comment on the putchar implementationMichael Shalayeff
2003-02-05wsdisplay type for stiMichael Shalayeff
2003-02-05in clearbits only flush the pte if it has changed. bits/bit in testbitMichael Shalayeff
2003-02-05missed one during ansificationHenning Brauer
2003-02-05Remove the confusing and more-or-less unnecessary temporaryRyan Thomas McBride
struct pf_pooladdr *cur. It was being used incorrectly in the round-robin case, which meant that the previous address was being selected, rather than the reall current one. ok dhartmei@
2003-02-05Get rid of the pops:Jason Wright
- interrupt is called when the block has been DMA'd... since LASI seems to include a FIFO this is -not- the same as block completion which we have to poll for. Luckily the FIFO is deep enough that polling in the interrupt handler seems to work. - This probably breaks capture, but I'll fix that when I get up tomorrow. (committed to the tune of Fugazi's "Waiting Room")
2003-02-05LLADDR macro doesn't work here, so copy mac into the softc directly.Hugh Graham
2003-02-04regenMichael Shalayeff
2003-02-04TSB43AB21 FireWireMichael Shalayeff
2003-02-04Bring qe closer to NetBSD and make it compile. As yet untested.Hugh Graham
2003-02-03knfTheo de Raadt
2003-02-03pad tx buffer out to minimum framelength; based on NetBSDJason Wright
2003-02-03From NetBSD: Add functions to allocate mapped-in qbus memory.Hugh Graham
2003-02-03syncJason Wright
2003-02-03lanergy appian pci lite; peter.galbavy at knowtion.netJason Wright
2003-02-02I've been guaranteed that guaranteed is better than guarenteed.Miod Vallat
2003-02-02Real (although generic) negotiation results message during boot.Kenneth R Westerback
2003-02-01More leftovers from when we thought we could attach a pckbc to gscMiod Vallat
2003-02-01quite some KNF & ANSIHenning Brauer
ok theo
2003-02-01typos;Jason McIntyre
added .Fl to flags for boot_* ok deraadt@
2003-02-01Make it build without INET6 again.Daniel Hartmeier
2003-02-01m_pad() is expected to have free'd the mbuf if it returns NULL, soDaniel Hartmeier
free it in one (rare) error condition. ok angelos@
2003-02-01Look, noone cares if you run of out rx descriptors and whining about it just ↵Jason Wright
makes the situation worse.