summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Collapse)Author
2005-03-16more wireless chipsetsTheo de Raadt
2005-03-16amd64 also fails copyoutstr regress, missed in the first round.Ted Unangst
need to checker the to address. patch from netbsd. ok deraadt mickey
2005-03-13Only use bangpxe calling on PXE 2.1 and above. Makes no difference onTom Cosgrove
current-spec PXE systems, but should allow some older ones to get a bit further. Diff from krw@. Tested by krw@ on several PXE 2.1 cards. Many thanks. ok krw@; "get these changes into the amd64" deraadt@
2005-03-13KNFTom Cosgrove
2005-03-13On return from real mode, reload the GDT using a 16-bit pointer ratherTom Cosgrove
than a 32-bit value. Found by Tim Fletcher <tim (at) parrswood (dot) manchester (dot) sch (dot) uk> using Etherboot; thanks to Tim and the Etherboot developers who narrowed this down. Also bump the pxeboot version to 1.01. Tested by Okan Demirmen <okan (at) demirmen (dot) com> and krw@: thanks guys. "get these changes into the amd64" deraadt@
2005-03-13enable gdtTheo de Raadt
2005-03-08Cosmetics...Thierry Deval
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2005-03-05Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.Thierry Deval
Ok deraadt@, miod@
2005-02-18fix zlib's homepage; ok henning@, jmc@Robert Nagy
2005-02-13Remove __P usage in sys that has crept back in.Jonathan Gray
'Looks fine' millert@, ok miod@
2005-02-12enable bktr(4) as it works well; jakemsr@jakemsr.com pr4095Peter Valchev
2005-02-03remove commented out ncr, siop handles the devices, with and ok daleHenning Brauer
2005-02-03enable siop, ok mickey drahnHenning Brauer
2005-01-14ubt(4): USB Bluetooth driver, commented out in all kernel configAlexander Yurchenko
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@
2005-01-10proper SET_PC_REGS,Marc Espie
okay kettenis@, something-vaguely-looking-like-an-okay mickey@
2005-01-08enable puc lptTheo de Raadt
2005-01-07enable atu and sysbeepTheo de Raadt
2005-01-06use wsmux more; miod okTheo de Raadt
2005-01-06missing $OpenBSD$Martin Reindl
2005-01-03ok, vge fitsTheo de Raadt
2005-01-03ok, ami is a good choice for the floppyTheo de Raadt
2005-01-03add ami(4), it works and I needed that to install my new toy... theo okHenning Brauer
2005-01-02isp(4) works out of the boxMartin Reindl
ok deraadt@
2005-01-01gcc 3.3.5 will store zero-initialized variables in bss by default,Todd C. Miller
move bootdev to data so it doesn't get zapped when bss is cleared. deraadt@ OK
2005-01-01Add more debugging printf #ifdef DEBUG. This was useful when trackingTodd C. Miller
down the bootdev issue. OK deraadt@
2004-12-30adw(4) works on amd64, enable; ok deraadt marcoPeter Valchev
2004-12-29fix a few more locators with ? that snuck in; mickey okTheo de Raadt
2004-12-26do not waste time having ises onTheo de Raadt
2004-12-26enable ami. ok beck@Marco Peereboom
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
no functional change.
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-12-20vge(4) in bsd.rd, only CD for now; ok deraadtPeter Valchev
2004-12-19Add ahd.Kenneth R Westerback
ok deraadt@.
2004-12-19disable uyap by default, because it is that rareTheo de Raadt
2004-12-17Support for the eap MIDI UART from NetBSD.Jonathan Gray
Tested by serveral people. ok millert@, mickey@
2004-12-13Uncomment yds(4) which is reported to work by Jim Dew. OK deraadt@Todd C. Miller
2004-12-08add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remainsDavid Gwynne
disabled for now. from deraadt@
2004-12-07remove old and unused NetBSD specific cruft.Brad Smith
2004-12-06emu(4) works; tybollt@solace.mh.seTheo de Raadt
2004-12-06Use uvm_grow() to account for stack growth, rather than home-grown codeMiod Vallat
or nothing. Inspired by a similar recent change in NetBSD.
2004-12-04add /etc/dhcpd.conf to FILES;Jason McIntyre
2004-12-02enable vge(4) and ciphy(4); ok deraadtPeter Valchev
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ ↵Michael Shalayeff
testing
2004-11-26Kill __HAVE_EVCOUNT, now that all architectures provide them.Miod Vallat
2004-11-25Enable lpt0 on amd64 GENERIC. ok deraadt@Ian Darwin
2004-11-19More aggressive strip flags for non debug kernels; this is a noop on someMiod Vallat
architectures, but saves a few dozen KB on alpha and ppc. ok deraadt@
2004-11-12#atuTheo de Raadt
2004-11-10Remove __cplusplus crud.Alexander Yurchenko
2004-11-09Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappingsClaudio Jeker
may disturb the dma as seen in ipw(4). Emtpy mbufs are at the beginning of the mbuf chain and are as example a "side-effect" of a previous m_adj() call. OK miod@ mickey@ jason@ markus@
2004-11-03Enable pcscp; from Martin Reindl <mreindl at catai.org>Xavier Santolaria
ok miod@.