summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2006-10-08- g/c unused code.Brad Smith
- only call PHY_RESET if trying to set a valid media type.
2006-10-07g/c unused code.Brad Smith
2006-10-07make cd-roms retry forever while the device indicates that it isBob Beck
"becoming ready" - this is done in the exact same way that it was done for tape in st.c. This commit adds a cd specific interpret_sense routine to cd.c that will catch the becoming ready case and handle it. This also removes the need to use crazy timeouts to catch this case. ok krw@
2006-10-07add a no Ethernet@Wirespeed flag.Brad Smith
2006-10-07MGET/MGETHDR will return NULL upon failure, not 0.Brad Smith
2006-10-07More bits in progress, adapted from NetBSD.Miod Vallat
2006-10-07add and set PHY workaround flags depending on the ASIC revisionBrad Smith
or chip id.
2006-10-06Remove lingering debug printf. Don't announce that mace_get was called.Gordon Willem Klok
2006-10-06debugging delay offMichael Shalayeff
2006-10-06Enable pgt cardbus.Marcus Glocker
requested by brad@
2006-10-06few more filesMichael Shalayeff
2006-10-06Sync with recent disklabel.h changes. Zap dkbad.Kenneth R Westerback
"Free commits" miod@
2006-10-06Remove explicit -fno-stack-protector now that the compiler workaround is inMiod Vallat
place.
2006-10-06Sync with recent disksubr.c changes. Just some comments in this case.Kenneth R Westerback
"Free commits" miod@
2006-10-06safe to enter landiskTheo de Raadt
2006-10-06Enable pgt cardbus.Marcus Glocker
ok deraadt@
2006-10-06control how deep the tree can be entered (for man pages)Theo de Raadt
2006-10-06Fix cardbus support for pgt(4). Tested with a Netgear WG511.Marcus Glocker
ok claudio@
2006-10-06w/ help of netbsd srcs and some mother unzel made it lift offMichael Shalayeff
2006-10-06import supah pieces from netbsdMichael Shalayeff
2006-10-06a few fixes to get thru the autoconfMichael Shalayeff
2006-10-06Incomplete bits for an OpenBSD/landisk port to the I/O DATA USL-5P appliances,Miod Vallat
mickey@ has the other part.
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
minor changes.
2006-10-06Early bits for a 32-bit SuperH toolchain, currently for little-endianMiod Vallat
systems only; more work is necessary in ld land.
2006-10-06fix an exploitable integer overflow found by Chris Evans of GoogleDamien Miller
Security; ok deraadt
2006-10-06regenBrad Smith
2006-10-06move Hitachi to the right position (numerical order).Brad Smith
2006-10-06regenMichael Shalayeff
2006-10-06a few hitachi productsMichael Shalayeff
2006-10-05Always allow read-only opens on (s)vnd devices, despite theThordur I. Bjornsson
type of the first open (svnd vs vnd). ok pedro@
2006-10-05Zap more dead dot1x code.Marcus Glocker
ok claudio@
2006-10-05Zap dead dot1x routine pgt_update_hw_from_nodes(). There is some moreMarcus Glocker
dot1x stuff spreaded around which needs to be removed. ok claudio@
2006-10-05Remove obsolete ioctl command.Marcus Glocker
ok claudio@
2006-10-05Zap dead routine pgt_80211_set().Marcus Glocker
ok claudio@
2006-10-05Add if_mc.c a driver for the AMD AM79C940 (MACE) ethernet chip found onGordon Willem Klok
board old world macintosh systems to macppc. From netbsd, mac68k and macppc specific tweaks modeled on if_bm.c. ok brad@
2006-10-05only take in an account <4g memory for bufcache calculation as the upper ↵Michael Shalayeff
part will not participate anyway; pedro@ ok
2006-10-04More instances of the same now unused variable as in alpha'sKenneth R Westerback
readdoslabel(). A bit of bad144 fallout.
2006-10-04Do not assume that the pci(4) unit number matches the actual PCI bus number.Mark Kettenis
Fixes cases where X would get really confused when they didn't match. ok drahn@
2006-10-04unused variableTheo de Raadt
2006-10-04Merge pgt_start_body() into pgt_start().Marcus Glocker
ok claudio@
2006-10-04Mini cleanup.Marcus Glocker
ok claudio@
2006-10-04typo, from Bret LambertPedro Martelletto
2006-10-04Try to nail elusive arm/include/disklabel.h at third attempt.Kenneth R Westerback
2006-10-04More tidying up after bad144. Remove references in comments andKenneth R Westerback
don't include dkbad.h when nothing in it is used. Missed arm/include/disklabel.h first time around.
2006-10-04Zap bad144 bad sector info in disklabels. Sparsely used if at all forKenneth R Westerback
a few obsolete and easily replaced disk models. And didn't work anyway according to Bob, who has tried. ok beck@
2006-10-04Use loadfirmware(9) to get /etc/firmware/bnx instead of hard-coding aTheo de Raadt
gigantic firmware into the kernel; checked by brad
2006-10-03Cease printing mpbios vendor/version strings on AMD64 as well.Gordon Willem Klok
2006-10-03Cease printing the mpbios vendor/version strings, smbios provides muchGordon Willem Klok
more informative information. ok in principal deraadt@, krw@, mickey@ this change with newline fixes ok krw@
2006-10-03add in a missing piece of the ASIX AX88190 chipset workaround to dp8390_init().Brad Smith
2006-10-03Simplify the code dealing with the mbuf chain in dp8390_get().Brad Smith
From bad@ & mycroft@ NetBSD Tested by nick@