summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-09-17Handful of additional devices.Jonathan Gray
Partially from Lawrence Teo lcteo at uncc.edu
2005-09-17regenJonathan Gray
2005-09-17Linksys USB200M v2Jonathan Gray
2005-09-17remove VPD bitsBrad Smith
2005-09-17add media detection and dual port detection for Yukon-2.Brad Smith
from jason@
2005-09-17add some Realtek chip idsBrad Smith
2005-09-16backout until we find a socket state for initTheo de Raadt
2005-09-16spelling.Federico G. Schwindt
2005-09-16- remove code to read PCI VPD as we do not use that anymore.Brad Smith
- remove some FreeBSD-ism's: struct resource *'s. - fail more gracefully in sk_probe() instead of in sk_attach() for newer unsupported ASIC revisions. From jason@
2005-09-15Remove the (unused) syscall() indirection on arm.Miod Vallat
2005-09-15In syscall(), do not recompute the struct proc * after the syscall hasMiod Vallat
succeeded. This used to be necessary for fork(), when returning in the child, but we return in the child in child_return() which does TRT. ok art@
2005-09-15Change child_return() to record a proper ktrace record for vfork childMiod Vallat
processes. ok art@ uwe@ (some time ago)
2005-09-15Define PG_M_U as PG_M | PG_U, and use it where appropriate; no functionalMiod Vallat
change today, will become useful in the neat future.
2005-09-15Fix typo.Mark Kettenis
ok miod@, drahn@, deraadt@
2005-09-15Stop compiling the texte console rotation code #ifdef __zaurus__, but useMiod Vallat
a flag in the rasops_info structure; drivers which may use it shall declare a specific attribute for the config(8) machinery, so that the necessary code is compiled in. In addition to this, rotated font computation is now done on-demand, and a list of unrotated-rotated font cookie pairs is kept, rather than rotating all built-in wsfonts at initialization time. No user-perceptible functional change. Tested matthieu@ uwe@, ok uwe@
2005-09-15get rid of MD m68k_trunc_page and m68k_round_page and replace by MIMartin Reindl
trunc_page and round_page go go go! miod@
2005-09-15Revert rev 1.202 for now as it breaks at least one machine.Jonathan Gray
2005-09-15Don't fake MODE SENSE page 4 info inside raid drivers, just let sdKenneth R Westerback
fake a geometry. Page 4 info does not get used for size information. Eliminate now unused union scsi_disk_pages. ok marco@ mickey@ pre-lock.
2005-09-15Move two tiny sa2400 init functions back into calling sa2400 init function.Jonathan Gray
2005-09-15Remove rtw_rfbus_write abstraction for readability.Jonathan Gray
2005-09-14As the _create functions for all the rf transceivers now just set someJonathan Gray
default values, remove them and do value setting in rtw_rf_attach.
2005-09-14Remove rtw_rf/rtw_rfbus and some other related abstractionsJonathan Gray
which made things overly complicated.
2005-09-14ptrace(2) following fork(2)Mark Kettenis
ok miod@
2005-09-14correctly set IFF_RUNNING flag after device state changes.Reyk Floeter
ok brad@
2005-09-14Support for ATI IXP 200/300/400 IDE mostly based on changesJonathan Gray
made by Quentin Garnier to NetBSD. tested by tdeval@ and ian@, ok grange@
2005-09-14Remove unused label.Marco Peereboom
ahh ok, you're confusing me with turdshining :) beck@ ok dlg@
2005-09-14decrease RX copy treshold to MHLEN to preventCan Erkin Acar
unnecessary copying if already allocating a cluster. fix a comment and remove a bogus check while there.
2005-09-13Oops, fix ivec[] prototype.Miod Vallat
2005-09-13some missing cleanup from the previous commit.Federico G. Schwindt
2005-09-13knf; no binary change.Federico G. Schwindt
2005-09-13make a macro instead of #ifdef DEBUG if() printf() #endif; no functional changeMichael Shalayeff
2005-09-13make compile; goodMichael Shalayeff
2005-09-13only include what is needed (tree.h) and not the whole metric assload of ↵Michael Shalayeff
unrelated crap (mbuf.h)
2005-09-13merge the macglobals one-liner into locoreMartin Reindl
prompted by miod@
2005-09-13replace the node hash table with a red-black tree. this fixes someReyk Floeter
bugs in the node table (like duplicate nodes in hostap mode), we get rid of possible hash collisions, and it simplifies the code. tested by many, ok damien@, jsg@
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for sun4m, selected at runtime.
2005-09-12Do not ouput anything unless option CARDBUS_DEBUG; ok fgs@Miod Vallat
2005-09-12knf plus use __func__; no functional change.Federico G. Schwindt
2005-09-12Do not leak memory if cardbus_read_exrom() fails; ok fgs@Miod Vallat
2005-09-12better cis string parsing. from drochner@netbsd.org; tested by jmc@.Federico G. Schwindt
2005-09-12cleanup commentsMartin Reindl
from NetBSD
2005-09-12regenJonathan Gray
2005-09-12ZyDAS USB IDs.Jonathan Gray
2005-09-12regenJonathan Gray
2005-09-12ZyDAS PCI IDs.Jonathan Gray
2005-09-12- Add byte-swap and stride options to bus_space.Martin Reindl
- Add bus_space_*_stream_N functions - Replace PGOFSET with m68k_trunc_page() or m68k_page_offset() from NetBSD, testing help by otto@
2005-09-12provide m68k_page_offset()Martin Reindl
2005-09-11typo, th -> theBrad Smith
2005-09-11ivec[] needs to be one entry larger on 188.Miod Vallat
2005-09-11oops. unused varMichael Shalayeff