Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-20 | It helps to enable hpet... This fixes bnx not working on amd64. | Marco Peereboom | |
2007-02-20 | rename ccb_id to ccb_slot so its more clear what its used for. stash a | David Gwynne | |
pointer to the port and the ata_xfer in there too. | |||
2007-02-20 | oops, missed one in the cmd list entry | David Gwynne | |
2007-02-20 | KNF while here. | Marco Peereboom | |
2007-02-20 | fill some macros for ahci structures. fix a spello while there. | David Gwynne | |
2007-02-20 | KNF while in here. | Marco Peereboom | |
2007-02-20 | Fix a memory leak in acx_load_radio_firmware() -- free the ucode after use. | Claudio Jeker | |
OK mglocker@ | |||
2007-02-20 | ~1052 lines of new PHY radio initialization code and no end in sight. | Marcus Glocker | |
2007-02-20 | Revert PAE pmap for now, until the strange bug is found. This stops | Tom Cosgrove | |
the freezes many of us are seeing (especially on amd64 machines running OpenBSD/i386). Much testing by nick@ (as always - thanks!), hugh@, ian@, kettenis@ and Sam Smith (s (at) msmith (dot) net). Requested by, input from, and ok deraadt@ ok art@, kettenis@, miod@ | |||
2007-02-20 | Remove duplicate entry. | Tom Cosgrove | |
ok miod@ | |||
2007-02-20 | Fix the bpf hook in etherip_input() by using the right address family and | Claudio Jeker | |
moving the m_adj() down to prevent so that the ethernet header is preserved. This fixes tcpdump on bridged gif(4) interfaces. OK mglocker@ | |||
2007-02-20 | for vfsconf sysctl, do not leak kernel sensors out to userland | Theo de Raadt | |
ok art thib | |||
2007-02-20 | for sensors do not leak kernel pointers when copying out to userland; | Theo de Raadt | |
spotted by art, ok dlg art | |||
2007-02-20 | No use checking malloc return when called with M_WAITOK. | Thordur I. Bjornsson | |
ok dlg@, tested by jolan@ | |||
2007-02-20 | Move AML_OBJDEBUG into ACPI_DEBUG. | Marco Peereboom | |
KNF while in here too. | |||
2007-02-20 | Put ral* at pci? onto the install media. Noted by Sunnz (sunnzy (at) | Tom Cosgrove | |
gmail (dot) com) and Stuart Henderson (stu (at) spacehopper (dot) org) on misc@. ok deraadt@ | |||
2007-02-19 | Added acpi_map_address function for mapping GAS/IO registers | Jordan Hargrave | |
ok marco@ | |||
2007-02-19 | Put warning about shared IPL interrupts under MPVERBOSE and don't talk about | Mark Kettenis | |
degraded performance. requested by deraadt@ | |||
2007-02-19 | do not do a curproc test for interrupt context, because it is plainly wrong. | Theo de Raadt | |
this lets these work on macppc, for instance diagnosed by kettenis, but damien is not around, so ok jsg and others | |||
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt | |
rt and such; tested and ok miod drahn | |||
2007-02-19 | ACPIVERBOSE should be off, like i386 | Theo de Raadt | |
2007-02-19 | stick atascsi onto ahci, which in turn attaches a scsibus. while this | David Gwynne | |
compiles, it definitely doesnt work. | |||
2007-02-19 | ahci will depend on atascsi and scsi | David Gwynne | |
2007-02-19 | precomp -> features as per ATA spec | Jonathan Gray | |
ok dlg@ | |||
2007-02-19 | i think ata_xfers should look more like this. stash the number of the port | David Gwynne | |
in the ata_port struct so a hba can find its own info for that port. | |||
2007-02-19 | actually init and destroy the shared ata stuff when an atascsi instance | David Gwynne | |
is created or destroyed. | |||
2007-02-19 | code to set up a global pool for allocating ata_xfers out of, and for | David Gwynne | |
accessing that pool. | |||
2007-02-19 | Remove unused variable lapic_timer | Tom Cosgrove | |
ok art@ | |||
2007-02-19 | oops, i should have tried to compile the REQUEST_SENSE handling before | David Gwynne | |
committing it. | |||
2007-02-19 | REQUEST_SENSE will say there is no sense data. | David Gwynne | |
2007-02-19 | implement the start of the framework for scsi emulation of ata disks | David Gwynne | |
2007-02-19 | as is short for atascsi, not ab | David Gwynne | |
2007-02-19 | pull in atascsi, a scsi to ata translation layer, so i can work on it in | David Gwynne | |
tree. ive lost two large changes today thanks to my own stupidity which could have been avoided if they were in the tree. discussed with deraadt@ ok jsg@ grange@ an older version was ok marco@ | |||
2007-02-19 | add handling of skip steps for urpf-failed addresses. | Pierre-Yves Ritschard | |
ok dharthmei@, henning@ | |||
2007-02-19 | minimum blocksize for ESP is 32 bit, so adjust blocksize of NULL | Hans-Joerg Hoexer | |
encryption accordingly. Makes NULL encryption useable with ESP. Noticed by Martin Hedenfalk <martin.hedenfalk at gmail.com>. ok markus@ | |||
2007-02-18 | Correct yo-yo shutdowns: | Gordon Willem Klok | |
Apparently some machines don't detect a clean (i.e. software initiated) shutdown; and ignore the 'wake on AC loss' bit, meaning they wake up immediatly after being told to shutdown e.g. via shutdown -hp. So now we continue preserve the wake on AC loss behaivour, howerver if we initiate a clean shutdown we clear this bit so that it the machine does not immediately power back up again. ok kettenis@ | |||
2007-02-18 | Add currently unused functions for getting EDID information (max supported | Gordon Willem Klok | |
resolution, hsync, vsync etc) from the monitor using DDC. Cleanup a whole bunch of magic, ok deraadt | |||
2007-02-18 | Display the interrupt priority in dmesg, for frame buffers which register | Miod Vallat | |
interrupt handlers. | |||
2007-02-18 | Make it more apparent these boards have (crippled version of) vga-compatible | Miod Vallat | |
crtc. No functional change. | |||
2007-02-18 | Add bcw_phy_set_baseband_attenuation(). | Marcus Glocker | |
2007-02-18 | Comment corrections from Bret Lambert. | Marcus Glocker | |
2007-02-18 | Add bcw_shm_write16(). | Marcus Glocker | |
2007-02-18 | Add support for ShanTou ST268. | Jonathan Gray | |
Tested by Paul de Weerd. | |||
2007-02-18 | regen | Jonathan Gray | |
2007-02-18 | another udav(4) | Jonathan Gray | |
2007-02-18 | Remove #ifdef/#endif's around MBR checking code. Remove now unused | Kenneth R Westerback | |
option DISKLABEL_I386. ok deraadt@ | |||
2007-02-18 | If no MBR partitions are found when spoofing a disklabel, try looking | Kenneth R Westerback | |
for a bare FAT12/16/32 filesystem. If one is found, spoof it as 'i'. This enables iPod shuffles and other umass devices that are shipped with a bare FAT32 filesystem to be used as install media. And generally makes things easier for the user just trying to mount some media, e.g. floppies. Does not make it safe to write a disklabel or MBR on such a device! That will still obliterate the FAT filesystem. Help and suggestions from tom@ and deraadt@. Feedback and suggestions for future enhancements from espie@ mickey@ and peter@. ok tom@ deraadt@ | |||
2007-02-18 | In writedisklabel(), read the disklabel sector before rewriting it, to | Miod Vallat | |
preserve the non-disklabel contents; otherwise altering your disklabel may render your machine unbootable. ok deraadt@ krw@ | |||
2007-02-18 | Sort routines (phy, radio). | Marcus Glocker | |
2007-02-18 | Start to add radio PHY initialization routines. | Marcus Glocker | |
Rename some radio variable names to names which doesn't confuse me everytime I have to use them. |