]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Fix a typo in a console message.
[FreeBSD/FreeBSD.git] / sys / dev /
2002-11-17 Josef KarthauserFix a typo in a console message.
2002-11-17 Warner LoshDETACH_FORCE was removed recently. Remove it here...
2002-11-15 Maxime HenrionCatch up with sam's changes to network interfaces.
2002-11-14 Sam Lefflernetwork interface driver changes:
2002-11-14 Sam Lefflero track either_ifattach/ether_ifdetach API changes
2002-11-14 Olivier HouchardRemove the remaining calls to free(), they are not...
2002-11-14 Maxime HenrionFix printf() format errors.
2002-11-14 Maxime HenrionPass correct parameters to bus_space_barrier() instead...
2002-11-14 Doug BartonThis commit was generated by cvs2svn to compensate...
2002-11-14 Warner LoshMFp4:
2002-11-14 Warner LoshMFp4:
2002-11-14 Warner LoshMFp4:
2002-11-14 Warner LoshRemove an impossible condition. pf->dev is always...
2002-11-14 Warner LoshMFp4:
2002-11-14 Warner Loshminor correction to comment
2002-11-14 Warner LoshAdd second and thrid bus-toaster IDs
2002-11-14 Warner Loshregen to 1.37
2002-11-14 Warner LoshAdd a third aic-based bustoaster.
2002-11-13 Scott LongWhen parsing the CIS, if a BAR tuple is encountered...
2002-11-13 Maxime HenrionRemove a bunch of #include "opt_pci.h".
2002-11-13 Maxime HenrionUnbreak kernel build.
2002-11-13 Matthew N. DoddConvert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_...
2002-11-13 Matthew N. DoddStaticize local variable.
2002-11-12 Hidetoshi Shimokawa- Add fwmem_xfer_req() and use this in other functions.
2002-11-12 Hidetoshi Shimokawa- Remove unused code.
2002-11-12 Hidetoshi Shimokawafix wording.
2002-11-12 Hidetoshi ShimokawaSplit userland services to fwdev.c.
2002-11-12 Hidetoshi ShimokawaUse struct fw_device in fwmem.c
2002-11-12 Hidetoshi ShimokawaAdd a prototype for suspend/resume.
2002-11-12 Hidetoshi ShimokawaChange interface of fwmem_read_*() functions to be...
2002-11-12 Hidetoshi ShimokawaChange interface of fwmem_read_*() functions to be...
2002-11-12 Scott LongUse better return types and a couple of casts to elimin...
2002-11-12 Hidetoshi Shimokawa- clean up
2002-11-12 Scott LongFix two typos from the previous commit. This code...
2002-11-12 Scott LongStep one of cleaning and fixing cardbus:
2002-11-12 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-11-12 Hidetoshi Shimokawa- Remove unused code.
2002-11-12 Hidetoshi ShimokawaRestrict process count in fwohci_arcv() and fwohci_ircv().
2002-11-11 Maxime HenrionCapitalize the first letter of device descriptions
2002-11-11 Thomas MoestlDeclare the snp ioctl()s to work on udev_t, since that...
2002-11-11 Maxime HenrionWarning fixes.
2002-11-11 Maxime HenrionWarning fix.
2002-11-10 Matthew N. DoddReplace {disable,enable}_intr() with critical_{enter...
2002-11-09 Alfred PerlsteinFix instances of macros with improperly parenthasized...
2002-11-08 John BaldwinFix some sizeof(int) != sizeof(void *) warnings.
2002-11-08 John Baldwin- Move opt_fb.h earlier so it covers included headers.
2002-11-08 John BaldwinMove include of opt_fb.h earlier so that FB_INSTALL_CDE...
2002-11-08 John BaldwinFix printf warnings with %j and uintmax_t.
2002-11-08 John BaldwinUse critical_enter/exit instead of disable/enable_intr...
2002-11-08 John Baldwin- Change the ATM stack functions to use intptr_t instea...
2002-11-08 Prafulla Deuskar- Set RS (Report Status) bit on all descriptors of...
2002-11-08 John BaldwinUse %z to print a size_t value.
2002-11-08 Michael ReifenbergerReviewed by: n_hibma
2002-11-07 John Baldwin- Use %p to print pointers instead of casting pointers...
2002-11-07 John BaldwinUse [u]intmax_t and %j instead of long long and %ll...
2002-11-07 John BaldwinMake 'rclk' a uintptr_t to quiet warnings.
2002-11-07 John BaldwinUse %z and %j to quiet warnings.
2002-11-07 John BaldwinCast a pointer to a uintptr_t instead of a u_int.
2002-11-07 John BaldwinFix the rest of the 64-bit warnings for the sr(4) driver.
2002-11-07 John BaldwinExplicitly cast daddr_t's to long long's when printing...
2002-11-07 John BaldwinCast a ptrdiff_t value to an int to quiet a warning...
2002-11-07 John BaldwinQuiet some DIAGNOSTIC printf warnings with band-aid...
2002-11-07 John BaldwinPrint pointers with %p instead of casting them to an...
2002-11-07 John BaldwinFix lots of places that assume sizeof(int) == sizeof...
2002-11-07 John BaldwinCast a pointer to uintptr_t instead ot u_int.
2002-11-07 John Baldwind_read_t functions return an int, not a ssize_t. ...
2002-11-07 John BaldwinWarning fixes for sizeof(int) != sizeof(void *).
2002-11-07 John Baldwin- Make 'irq' intptr_t instead of uintptr_t so it handle...
2002-11-07 Ian DowseProperly fix the occassional random crash issue that...
2002-11-07 Hidetoshi Shimokawa- Fix printf warnings on 64bit plathome.
2002-11-06 John BaldwinAdjust some casts to quiet warnings.
2002-11-06 John BaldwinUse long long to print out a bus_addr_t again.
2002-11-06 John BaldwinCast a bus_addr_t to a long long to make printf happy.
2002-11-06 Josef KarthauserPacked structures are defined differently in older...
2002-11-06 John BaldwinUse bus_addr_t instead of u_int32_t in functions to...
2002-11-06 John BaldwinUse the explicit value 0xffffffff instead of assuming...
2002-11-06 John BaldwinAdd some band-aid casts to quiet warnings. This driver...
2002-11-06 John BaldwinMore int != pointer stuff.
2002-11-06 John BaldwinRepeat after me: sizeof(int) != sizeof(void *).
2002-11-06 John BaldwinUse some long long casts to quiet warnings in debug...
2002-11-06 John BaldwinUse a bandaid to fix a warning. However, this driver...
2002-11-06 John BaldwinFix warning where sizeof(size_t) != sizeof(int).
2002-11-06 Hidetoshi ShimokawaAdd support for DEVICE_POLLING.
2002-11-06 Hidetoshi ShimokawaMinor clean up on cdb handling.
2002-11-06 Josef KarthauserThere's no need for a locally defined usb_proc_t when...
2002-11-06 Matthew N. DoddWhitespace, style fixes.
2002-11-06 Hidetoshi Shimokawa - Let the PCI code try to route interrupt in -current
2002-11-05 Matthew N. DoddRemove undefined variable.
2002-11-05 Matthew N. DoddStyle/whitespace changes.
2002-11-05 Matthew N. DoddFix for GEOM.
2002-11-05 Matthew N. Dodd- Convert to newbus, bus_space etc.
2002-11-05 Hidetoshi ShimokawaSony CXD3222 OHCI i.LINK chips needs more DELAY before...
2002-11-04 Ollivier RobertThis commit was generated by cvs2svn to compensate...
2002-11-04 Olivier HouchardCall pcm_chn_destroy() in pcm_killchan() so that channe...
2002-11-04 Warner LoshDetach the pccard bus children when we eject a 16-bit...
2002-11-03 Mitsuru IWASAKIAdd status initialization code for acpi_cmbat and acpi_...
2002-11-02 Warner LoshMFp4:
2002-11-02 Matthew N. DoddMerge PC98 changes.
2002-11-01 Ian DowseSpecify the correct protocol for the Olympus C-1 camera...
2002-10-31 Mitsuru IWASAKIDon't examine ACPI_STA_ENABLE bit of device's_STA objec...
next