summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-21sort nvidia devsAlexander Yurchenko
2004-11-21syncAlexander Yurchenko
2004-11-21sort via devsAlexander Yurchenko
2004-11-21regenAlexander Yurchenko
2004-11-21a few more intel devs from dmesglog and netbsdAlexander Yurchenko
2004-11-21syncAlexander Yurchenko
2004-11-21sort intel devices and kill dups.Alexander Yurchenko
please keep device list sorted, this prevents you from creating duplicate entries mistakenly.
2004-11-21make Nx and Ox parsed; ok jmc, (previously) millertJared Yanovich
2004-11-21introduce the net80211 framework to atuDavid Gwynne
2004-11-21Fix theo's amd64Marco Peereboom
Fix vmware
2004-11-21a single port com puc from lavaTheo de Raadt
2004-11-20done itemsMarc Espie
2004-11-20opendir can use my variables.Marc Espie
2004-11-20regenBrad Smith
2004-11-20un-fat finger my last commitBrad Smith
2004-11-20regenBrad Smith
2004-11-20trim this down a bit more.Brad Smith
2004-11-20better names for 82801 devices just added and move 4 Intel id's so they'reBrad Smith
in order by PCI id.
2004-11-20regenBrad Smith
2004-11-20IDE -> SATABrad Smith
2004-11-20add Intel 82801 PCI ids (uhci, ehci, PCI-E bridge, SATA) found on my newBrad Smith
HP Compaq dc7100 SFF workstation.
2004-11-20syncAlexander Yurchenko
2004-11-20some via devices from dmesglogAlexander Yurchenko
2004-11-20remove redundant commented out bits for com@cardbusBrad Smith
2004-11-20forgot to remove a call to free() in my previous commit.Damien Bergamini
2004-11-20sgi tooTheo de Raadt
2004-11-20no tlp, we have dc.Brad Smith
2004-11-20When processing sysex stop bytes ensure the packet is not corruptedJonathan Gray
if we are building a new packet, from Alexandre Ratchov. ok deraadt@
2004-11-19regenDavid Gwynne
2004-11-19remove the atmel dwl120 since the product id appears to be a typo. reorderDavid Gwynne
the atmel section by product ids while here
2004-11-19remove the atmel dwl120 since its product ids dont seem to exist, it looksDavid Gwynne
like a typo. since the atmel at76c503a appears to be the real device we just remove the typo
2004-11-19cleanup includesDavid Gwynne
ok deraadt@
2004-11-19Be more conservative in openpic_enable_irq() and only reprogram the vectorMiod Vallat
register if it changes.
2004-11-19Better Raven PREP initialization, per the book, with an evil book mistakeMiod Vallat
corrected.
2004-11-19Better i8259 slave handling:Miod Vallat
- check for spurious interrupt conditions. - do not ack the slave irq on the master unless there are really no more interrupts to be serviced on the slave.
2004-11-19Write reject file in unified format if the original diff was inOtto Moerbeek
unified format. ok deraadt@
2004-11-19Allow for path names containing spaces and other funny chars (exceptOtto Moerbeek
tab) by scanning for the tab that separates the date from the pathname. If no tab is found, revert back to the old behaviour. Posix says there should be a space between the pathname and the date, but all known implementations of diff(1) use a tab. ok kurt@ deraadt@
2004-11-19repair display.focus pokus; from janjaap@ in pr#3990Michael Shalayeff
2004-11-19syncTheo de Raadt
2004-11-19remove superfluous m_tag_copy/m_tag_prepend, already covered by m_copym2()Daniel Hartmeier
reported by Joerg Sonnenberger, ok henning@
2004-11-19install pcvt fonts for amd64, alpha, and cats too; mickey ok, from pr3988Theo de Raadt
2004-11-19syncAlexander Yurchenko
2004-11-19SiS648FX AGP; from theoAlexander Yurchenko
2004-11-19syncTodd T. Fries
2004-11-19unbreak -t; ok jakob, henningMarkus Friedl
2004-11-19Rename struct as_filter to struct filter_as.Claudio Jeker
2004-11-19For consistency reasons rename struct as_filter to struct filter_as.Claudio Jeker
OK henning@
2004-11-19better wording;Jason McIntyre
ok jaredy@ deraadt@ henning@
2004-11-19Plug memory leak. Found by pat@. Thanks!Hans-Joerg Hoexer
ok myself markus@
2004-11-19Add NO_PEER to the list of well-known communities and use 65535 instead ofClaudio Jeker
0xffff. OK henning@