27 Commits (8223084afc206000312611a3fcfa30a28500d1a3)

Author SHA1 Message Date
  Michael Brown 1ba959c6b3 [NETDEV] Add notion of link state 16 years ago
  Michael Brown 4c418d2100 Use net_device_operations structure and netdev_nullify() to allow for 17 years ago
  Michael Brown ed7eae6005 Use netdev_rx_err() to report receive errors. 17 years ago
  Michael Brown ca4bd3e24e Kill off now-redundant _irq() methods. 17 years ago
  Michael Brown a2a0c2eace Enable/disable interrupts on open/close. 17 years ago
  Michael Brown f77815f2b1 Kill off hotplug.h and just make net devices normal reference-counted 17 years ago
  Michael Brown 3e2c6b6736 pkbuff->iobuf changeover 17 years ago
  Michael Brown 73b09ecba6 Use stdio.h instead of vsprintf.h 17 years ago
  Michael Brown 03390f0cd6 Use pkb_pad() rather than doing it the dangerous way :) 17 years ago
  Michael Brown dad5274522 Add "name" field to struct device to allow human-readable hardware device 17 years ago
  Michael Brown c65fae2475 Add RX quotas to the net device poll() method. This avoids the problem 17 years ago
  Michael Brown b7fcfe8ece Added net device TX queue; this will be needed to support the PXE UNDI API 17 years ago
  Michael Brown 0c03bb5a9a Make open() and close() an official part of the netdevice API. 17 years ago
  Michael Brown 7826de3f7e PNIC doesn't auto-pad. 18 years ago
  Michael Brown 4d0a0f822d Use insb/outsb; it's marginally faster. 18 years ago
  Michael Brown 15ee09ed10 Restructured PCI subsystem to fit the new device model. 18 years ago
  Michael Brown 79f64eea55 Transmit the buffer contents, not the buffer descriptor... 18 years ago
  Michael Brown fcf765e42d Add missing {register,free}_netdev(). 18 years ago
  Michael Brown fdc2ee79db Network API now allows for multiple network devices (although the 18 years ago
  Michael Brown 42eb786ced D'oh 19 years ago
  Michael Brown 4bcd42699b Use __shared 19 years ago
  Michael Brown 7e534b585f Automatically updated with 19 years ago
  Michael Brown cfe3a663af Tweaked API to minimise changes to existing drivers even further. 19 years ago
  Michael Brown a713813596 Updated to current API 19 years ago
  Michael Brown 72fe23a76e Updated to new device API. 19 years ago
  Michael Brown 27a55b514c Updated to new device API. 19 years ago
  Michael Brown 3d6123e69a Initial revision 19 years ago