Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-27 | Mostly cosmetic changes to be consistent with iwi: | Damien Bergamini | |
- update web url - sed s/ *$// - get if_ipwreg.h and if_ipwvar.h from dev/pci - remove unused function MEM_READ_2() - inline -> __inline - 11.b -> .11b - addition of comments - sort registers by their addresses | |||
2004-10-27 | regen | Niklas Hallqvist | |
2004-10-27 | Add support for sys_setre[ug]id, ok deraadt@ | Niklas Hallqvist | |
2004-10-27 | update todo to better reflect reality | David Gwynne | |
2004-10-26 | simplify cache print a bit | Michael Shalayeff | |
2004-10-26 | there is nothing about cache associativity in there | Michael Shalayeff | |
2004-10-26 | fix incorrect function argument in code we don't use yet (for consistency) | Peter Valchev | |
2004-10-26 | better higher limits | Michael Shalayeff | |
2004-10-26 | disable sid hashing on pcxu and above | Michael Shalayeff | |
2004-10-26 | typo, from Joris Vink | Pedro Martelletto | |
2004-10-26 | styling | Pedro Martelletto | |
2004-10-26 | Add RAID volume page | Marco Peereboom | |
Add more IOC pages Some cleanup | |||
2004-10-26 | Add Pharos GPS. From NetBSD. | Jonathan Gray | |
2004-10-26 | regen | Jonathan Gray | |
2004-10-26 | Add a uplcom. From NetBSD | Jonathan Gray | |
2004-10-25 | don't assume a block is allocated if bread() or cg_chkmagic() fails. | Pedro Martelletto | |
ok marius@ tedu@ | |||
2004-10-25 | add EHCI_QTD_SET_STATUS | David Gwynne | |
from NetBSD | |||
2004-10-25 | remove dead 'ifdef tahoe' code, ok millert@ deraadt@ | Pedro Martelletto | |
2004-10-25 | sync | Alexander Yurchenko | |
2004-10-25 | add form@'s ati radeon 9600 | Alexander Yurchenko | |
2004-10-25 | regen | Jonathan Gray | |
2004-10-25 | Add RT25060/ACX100B/ACX111 ids, give ACX100A a generic name | Jonathan Gray | |
2004-10-25 | same fix as for com_gsc wrt unmapped console ports | Michael Shalayeff | |
2004-10-24 | More freebsd delta reduction. Eliminate use of NetBSD scsipi defines | Kenneth R Westerback | |
in favour of OpenBSD ones where no FreeBSD equivalent exist. Backout random whitespace variances. Backout field name change, changeing physaddr back to original busaddr. Remove VL/EISA stuff mistakenly brought in from ahc. No change to generated code. | |||
2004-10-24 | A missed ahd_htole16 -> aic_htole16 in an unused define. | Kenneth R Westerback | |
2004-10-24 | Remove ahc/ahd NetBSD compatibility defines unused since we started | Kenneth R Westerback | |
synching ahc/ahd directly with FreeBSD. | |||
2004-10-24 | regen | David Gwynne | |
2004-10-24 | MA101 and MA101 revision B | David Gwynne | |
2004-10-24 | Missed file from previous aic diff. | Kenneth R Westerback | |
2004-10-24 | Shuffle defines around so that ahc and ahd use the aic_ names that | Kenneth R Westerback | |
come with the freebsd sources, rather than duplicating those names in the ahd_ and ahc_ namespaces. Big reduction in delta to freebsd sources, which reduces noise when updating the code. No .o differences found on i386. ok marco@. | |||
2004-10-24 | Minimize delta to FreeBSD in preparation for bringing in updates. | Kenneth R Westerback | |
Mostly using recently defined scsi_message.h defines, and new and existing aic7xxx_cam.h defines to eliminate magic numbers or name variations. A few whitespace revisions. If we aren't putting the code in KNF, no need to live with other whitespace modifications. ok marco@. | |||
2004-10-23 | add subclass codes from the 2.3 spec | Brad Smith | |
From NetBSD ok jason@ deraadt@ | |||
2004-10-23 | configure() -> cpu_configure() | Michael Coulter | |
ok grange@ | |||
2004-10-23 | add missing braces, noticed by mcbride@ | Brad Smith | |
2004-10-23 | re-add old xl_encap_90xB() for 905B/C cards. removed in rev 1.52. | Brad Smith | |
fixes reported mbuf leaks as well as transmit side breakage on macppc, PR 3892. ok mcbride@ | |||
2004-10-22 | Remove option CPU hack, no changes in .o files. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-10-22 | sync | Theo de Raadt | |
2004-10-22 | some Atmel devices | Theo de Raadt | |
2004-10-22 | xbowmux not yet | Per Fogelstrom | |
2004-10-22 | add some more wi devices found in netbsd and freebsd | Jonathan Gray | |
2004-10-22 | regen | Jonathan Gray | |
2004-10-22 | add some more wi devices found in netbsd and freebsd | Jonathan Gray | |
2004-10-22 | regen | Jonathan Gray | |
2004-10-22 | add id for Realtek 8180 based 802.11 devices | Jonathan Gray | |
2004-10-22 | KNF | Marco Peereboom | |
2004-10-22 | And add a license before theo kills me. | Marco Peereboom | |
2004-10-22 | Add mpt_ioctl.h file. | Marco Peereboom | |
2004-10-22 | Add: | Marco Peereboom | |
* bio ioctl interface * retrieval of manufacturing pages * retrieval of IOC pages * IM detection during boot This is the initial infrastructure to add IM/IME/IS support to the mpt driver. This is not extremely useful yet. Userland tool to follow. | |||
2004-10-21 | SIGFPE signal codes for SSE. | Mark Kettenis | |
nice deraadt@ | |||
2004-10-20 | Provide real console drivers on installation media, and deem pcons obsolete | Miod Vallat | |
(I still need to port a few SBUS video drivers from sparc to sparc64 for pcons to become really really unlikely used). GENERIC is just being reordered, RAMDISK* get the real additions, and it still fits even on the U1/1E/2 floppy disk. |