Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-27 | Initial support for the SGI Graphics Back End (GBE) frame buffer found in | Joel Sing | |
SGI O2 machines. We currently rely on the video hardware being initialised by the ARCS firmware and can only use the initial resolution with a colour depth of 32 bits. This driver is disabled by default. ok miod@ | |||
2007-11-27 | Add display type for SGI GBE. | Joel Sing | |
ok miod@ | |||
2007-11-27 | Add BUS_SPACE_MAP_LINEAR | Joel Sing | |
ok miod@ | |||
2007-11-27 | Make carp(4) behave more like a ethernet interface by initalizing the | Claudio Jeker | |
IPv4 interface address similar to arp_ifinit(). The main difference is that we do not send out a gracious arp as the carp(4) is not ready to send at that moment. This will make backup interface show up like the master ones. OK mpf@ earlier version OK henning@ mcbride@ | |||
2007-11-27 | mips64 also needs memcpy.S, otherwise memcpy.c gets built, which conflicts | Joel Sing | |
with bcopy.S ok miod@ | |||
2007-11-27 | Only checksum the NMEA sentence if it as GPRMC message. | Marc Balmer | |
suggested by otto. | |||
2007-11-26 | Enable read ahead and write cache enable if supported by | Jonathan Gray | |
the disk rather than depending on the disk to have it on. A bunch of people have suggested this should go in. | |||
2007-11-26 | Like i386 - make the __mp_lock not spin at splhigh. | Artur Grabowski | |
deraadt@ ok | |||
2007-11-26 | Add LSI PCI IDs for 1078 based megaraid; from the windows driver inf | Marco Peereboom | |
2007-11-26 | In uvm_aio_aiodone(), kill the variable-sized array on stack, and use a | Miod Vallat | |
fixed size array which size should match any buf; if a bogus buf is passed to this function, the kernel will KASSERT instead of potentially running out of stack and having an undefined behaviour. ok deraadt@ | |||
2007-11-26 | Undo (well, comment out) 1.10 - this causes a regression on oqo-1 machines, | Miod Vallat | |
but fixes keyboard on legacy (non-ps/2) controllers, which are probably still more common; discussed and ok deraadt@ | |||
2007-11-26 | Add new PERC6 & CERC6 PCI IDs | Marco Peereboom | |
2007-11-26 | regen | Marco Peereboom | |
2007-11-26 | Add PERC6 | Marco Peereboom | |
2007-11-26 | Just CRYPTO; RAID CRYPTO doesn't mean anything. | Marco Peereboom | |
2007-11-26 | implement atascsi_probe_dev and atascsi_detach_dev. they let a hba tell | David Gwynne | |
the midlayer(s) what to do. | |||
2007-11-26 | First step towards unifying pchb between i386 and amd64 | Theo de Raadt | |
Light testing, mostly mechanical | |||
2007-11-26 | Automatically degrade the timedelta sensor if the clock is free running for to | Marc Balmer | |
long (12 hours for most cards, four days for the ones with higher precision local clocks, e.g. the GPS170PCI). All radio-clock drivers now behave more or less the same with regarding to timedelta sensor degradation; time to implement a few new drivers... | |||
2007-11-26 | Degrade the timedelta if the GPS reports a warning condition for more than | Marc Balmer | |
ten minutes (or if a serial GPS is disconnect and we get no NMEA sentences at all). ok otto | |||
2007-11-26 | bump the maximum cdb that the driver will take from the midlayer up to 16 | David Gwynne | |
bytes. if you want to use large volumes on ciss, you need ciss to chew the large scsi io commands. problem found and fix tested by johan | |||
2007-11-26 | Ooops. The perils of hacking in three different trees. | Artur Grabowski | |
Make this compile on !MULTIPROCESSOR noticed by jasper@ | |||
2007-11-26 | print the comma before the MAC address string in dc_attach() instead of the | Brad Smith | |
PCI front end attach function. This corrects the dmesg output for CardBus adapters and ensures proper dmesg output if an error occurs in dc_attach(). ok dlg@ | |||
2007-11-26 | Display module size for direct rambus rimms, not yet tested. | Jonathan Gray | |
2007-11-26 | MALLOC -> malloc and M_ZERO change | Charles Longeau | |
ok mpf@ henning@ | |||
2007-11-26 | Make Cassini+ work; remove some unused macros while I'm there. | Mark Kettenis | |
2007-11-26 | Move the implementation of __mp_lock (biglock) into machine dependent | Artur Grabowski | |
code. At this moment all architectures get the copy of the old code except i386 which gets a new shiny implementation that doesn't spin at splhigh (doh!) and doesn't try to grab the biglock when releasing the biglock (double doh!). Shaves 10% of system time during kernel compile and might solve a few bugs as a bonus. Other architectures coming shortly. miod@ deraadt@ ok | |||
2007-11-26 | Constify the output of the emulops translate() function, as well as the | Miod Vallat | |
various tables they use. | |||
2007-11-26 | drive port probes from the scsi midlayer now that it will ask the adapter | David Gwynne | |
if a device is there before doing any scsi commands. also implement a free path for when devices are detached. software hotplug has been tested on sili, and ahci is still working according to claudio@ | |||
2007-11-26 | Avoid resetting PCS. Don't do loopback at the serial link. | Mark Kettenis | |
2007-11-26 | let scsibus ask the adapter about a device before probing it. also allow | David Gwynne | |
the adapter to be notified when a device goes away so it can free any state it maintains about that device. ok deraadt@ marco@ | |||
2007-11-26 | Reenable the PCS functions after a reset; properly disable them while changing | Mark Kettenis | |
the advertisement register. | |||
2007-11-26 | correct newlines surrounding the sub-bus configuration, and unify | Theo de Raadt | |
pchb's further ok reyk oga | |||
2007-11-26 | Add basic rambus decode method, showing the module type. | Jonathan Gray | |
2007-11-26 | Add another debug register. | Mark Kettenis | |
2007-11-26 | Remove some dead code that is confusing my greps. | Artur Grabowski | |
2007-11-26 | mips64 needs at least these to build; spotted by jsing | Theo de Raadt | |
2007-11-26 | rename RAID C to RAID CRYPTO. makes marco happier | Ted Unangst | |
2007-11-26 | Add PCI VPD read/write functions from NetBSD required for some things | Jonathan Gray | |
dlg is playing with. 'put it in' dlg@ | |||
2007-11-26 | So instead of triggering a tx interrupt for each packet issue one for | Claudio Jeker | |
each 128 packets or call et_txeof after 1 second whichever happens first. looks good jsg@ | |||
2007-11-26 | fix new agp code on amd64 | Reyk Floeter | |
- internal intel graphics semi-agp chipsets need special handling in pchb.c - re-add the i965GM device - use the correct major device id for /dev/agp0 on amd64 (not the i386 one) ok deraadt@ | |||
2007-11-26 | few more dribbles of LIBKERN cleanup | Theo de Raadt | |
2007-11-26 | Fix some style(9) issues. | Joel Sing | |
ok miod@ | |||
2007-11-26 | More LIBKERN bits that go away | Theo de Raadt | |
2007-11-26 | another LIBKERN that stayed behind | Theo de Raadt | |
2007-11-26 | Remove libkern. | Joel Sing | |
ok deraadt@ | |||
2007-11-26 | typos; ok jmc@ | Martynas Venckus | |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@ | |||
2007-11-26 | a bit more LIBKERN fallout | Theo de Raadt | |
2007-11-26 | adjust to libkern changes (and pretty .PATH logic); parts from maja | Theo de Raadt | |
2007-11-26 | few mails later, miod asks me to wait | Theo de Raadt | |
2007-11-26 | the bcopy() found here was not handling overlapping. Merge it nicely with | Theo de Raadt | |
the ovbcopy() code ok miod |